-
Notifications
You must be signed in to change notification settings - Fork 1
Configuring AI Tools
gitea edited this page Aug 14, 2026
·
2 revisions
Skeleton — to be filled in.
Planned content: how to connect various MCP clients to a running pp-mcp server.
-
streamable-http(default, for Docker/NAS/remote use, with optionalMCP_AUTH_TOKENbearer auth) -
stdio(client starts pp-mcp itself as a subprocess, no HTTP layer/auth)
- stdio config example (subprocess launch)
- streamable-http config example via
mcp-remotebridge (with bearer token)
- Adding pp-mcp as an MCP server (
claude mcp addor config file)
- Generic guidance for any client supporting streamable-http + bearer auth
- Note on
uvas an alternative topython3/PYTHONPATHfor stdio setups
- Common connection issues (wrong
PYTHONPATH/cwd, missing token, port not reachable)