llms.txt standard, providing a machine-readable index optimized for Large Language Models. This allows you to use the documentation as context in your AI-powered development environment.
What is llms.txt?
llms.txt is a standardized text file that acts as a map for LLMs, listing the most important documentation pages and their descriptions. This helps AI tools understand the structure of the documentation and retrieve relevant information.
AgentScope provides the following files:
Development Tools
Claude Code
Claude Code can be configured to query the AgentScope documentation by adding an MCP server. Installation:How do I create a tool with AgentScope Java?
Cursor
Cursor IDE can be configured to access the AgentScope documentation in two ways. Method 1: Docs Feature (Recommended)- Open Cursor Settings -> Features -> Docs
- Click + Add new Doc
- Add URL:
https://java.agentscope.io/v2/llms-full.txt
- Open Cursor Settings -> Tools & MCP
- Click New MCP Server to edit
mcp.json - Add the following configuration:
Use the AgentScope docs to build a ReActAgent with a weather tool.
Windsurf
Windsurf supports MCP servers for documentation access. Configuration:- Open Windsurf Settings
- Navigate to MCP configuration
- Add the following server:
Other Tools
Any tool that supports thellms.txt standard or can ingest documentation from a URL can benefit from these files.
For tools with Docs/Knowledge Base feature:
- Add URL:
https://java.agentscope.io/v2/llms-full.txt
- Use the MCP configuration template above with
mcpdoc
uv to be installed, as they use uvx to run the documentation server.
For AgentScope Java 1.x projects, use the v1 URLs instead:
https://java.agentscope.io/v1/llms.txthttps://java.agentscope.io/v1/llms-full.txt