Install MCP
Add one remote server — same endpoint everywhere. No account or key required.
Endpoint: https://mcp.reqistry.dev/mcp
Claude Code
bash
claude mcp add --transport http reqistry https://mcp.reqistry.dev/mcp # team-shared: add --scope project before reqistry
OpenAI Codex
~/.codex/config.toml (all projects) or .codex/config.toml (one project):
toml
[mcp_servers.reqistry] url = "https://mcp.reqistry.dev/mcp"
Verify: codex mcp list or /mcp in TUI.
OpenCode
json
{
"$schema": "https://opencode.ai/config.json",
"mcp": { "servers": { "reqistry": { "type": "remote", "url": "https://mcp.reqistry.dev/mcp", "oauth": false } } }
}Cursor
.cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
json
{ "mcpServers": { "reqistry": { "type": "http", "url": "https://mcp.reqistry.dev/mcp" } } }Windsurf
json
{ "mcpServers": { "reqistry": { "serverUrl": "https://mcp.reqistry.dev/mcp" } } }File usually: ~/.codeium/windsurf/mcp_config.json
Any client
text
https://mcp.reqistry.dev/mcp
Restart the agent after saving, then ask: “List Reqistry categories” to confirm.
What to ask
- Find reliable free weather APIs that do not require OAuth.
- Compare OpenWeatherMap alternatives for a browser app.
- Recommend five APIs for sending transactional email.
- Show me the Reqistry profile for OpenWeatherMap and check its health.
- Submit this API: https://example.com/api