mcprouter
@chatmcp
About mcprouter
api router for MCP Servers
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcprouter?
mcprouter is a proxy server and API server that acts as an OpenRouter for MCP (Model Context Protocol) servers. It provides endpoints that allow MCP clients like Cursor to connect to and interact with MCP servers through a centralized proxy.
How to use mcprouter?
Copy the example configuration file .env.example.toml to .env.toml and edit it as needed, ensuring mcp_server_commands.fetch is set. Start the proxy server with go run main.go proxy, then add the proxy URL http://localhost:8025/sse/fetch to your MCP client. Alternatively, start the API server with go run main.go api and make requests to http://127.0.0.1:8027/v1/list-tools with a Bearer token
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments