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
1
Open Server Settings
Go to your server’s Settings tab in the dashboard.
2
Select Public
Under Security mode, select Public and click Save.