tiasaxena/model-context-protocol
Experimenting with the Model Context Protocol (MCP) by building and running multiple MCP servers, including Cloudflare Workers–based agents and HTTP APIs. The repo showcases how tools can securely call external services (like Auth0-protected APIs, shells, and other backends) on behalf of the user, with end-to-end wiring from MCP server to client.
Platform-specific configuration:
{
"mcpServers": {
"model-context-protocol": {
"command": "npx",
"args": [
"-y",
"model-context-protocol"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...