Skip to content

Configuring AI Tools

gitea edited this page Aug 14, 2026 · 2 revisions

Configuring AI Tools

Skeleton — to be filled in.

Planned content: how to connect various MCP clients to a running pp-mcp server.

Transports pp-mcp supports

  • streamable-http (default, for Docker/NAS/remote use, with optional MCP_AUTH_TOKEN bearer auth)
  • stdio (client starts pp-mcp itself as a subprocess, no HTTP layer/auth)

Claude Desktop

  • stdio config example (subprocess launch)
  • streamable-http config example via mcp-remote bridge (with bearer token)

Claude Code (CLI)

  • Adding pp-mcp as an MCP server (claude mcp add or config file)

Other MCP-capable clients

  • Generic guidance for any client supporting streamable-http + bearer auth
  • Note on uv as an alternative to python3/PYTHONPATH for stdio setups

Troubleshooting

  • Common connection issues (wrong PYTHONPATH/cwd, missing token, port not reachable)

← Installation · AI Examples →

Clone this wiki locally