FOR DEVELOPERS

Documentation for AI assistants (MCP)

The SMProxy documentation can be connected to AI assistants — Claude Code, Cursor, Codex and others — so they read the real subscription formats, headers and deep links instead of guessing.

Provider documentation →

MCP server URL

https://gitmcp.io/SMProxy/docs

Claude Code

claude mcp add --transport http smproxy-docs https://gitmcp.io/SMProxy/docs

Cursor, Codex and other MCP clients

Add to the MCP config:

{ "mcpServers": { "smproxy-docs": { "url": "https://gitmcp.io/SMProxy/docs" } } }

Restart the client afterwards.

Plain files

The documentation is served from two hosts — connect either one, or both. For tools that read llms.txt, plain text files are published:

GitHub — primary
MCP server: https://gitmcp.io/SMProxy/docs
Plain text: llms.txt · llms-full.txt
Repo: github.com/SMProxy/docs
GitLab — mirror, for networks where GitHub is blocked
Plain text: llms.txt · llms-full.txt
Repo: gitlab.com/smproxy/docs

Both carry the same content and update together. GitMCP runs on GitHub only — the mirror offers raw files, not an MCP endpoint.

What to ask it

«which subscription headers does SMProxy support and what does each do?»
«show me the deep-link format for importing a subscription»
«which AmneziaWG parameters work on a 0.2.13 server?»