Documentation Index
Fetch the complete documentation index at: https://docs.mcpcore.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
When a server is set to Public mode, MCPCore forwards every incoming MCP request to your tools without checking any credentials. There is no API key to distribute, no token to acquire, and no configuration required on the client side.When to use it
- Demos and prototypes — share a link and let anyone test your tools
- Read-only public data — tools that query open APIs (GitHub public repos, weather APIs, etc.)
- Local development — fastest to set up when iterating on tool logic
Configure
No additional configuration is needed.