MCP Proxy
About
A thin proxy that allows clients to connect to MCP servers over HTTP without streaming transport.
Details
- Author
- ubie-oss
- Categories
- Developer Tools, API
Jump to
Setup
Install MCP Proxy in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ubie-oss/mcp-proxy
Follow the installation instructions in the repository README, then restart your MCP client.
A thin MCP proxy. It allows clients to connect MCP servers via HTTP without streaming transport. It enables to put it on a simple infrastructure.
go install github.com/ubie-oss/mcp-proxy
Create a config file. The format is similar to Claude's.$VARNAMEwill be replaced with environment variables. It supports bothjsonandyaml.
{ "mcpServers": { "server1": { "command": "npx", "args": ["module1"], "env": { "VAR1": "$SERVER1_VAR1", "VAR2": "$SERVER1_VAR2" } }, "server2": { "command": "npx", "args": ["module2"], "env": { "VAR1": "$SERVER2_VAR1", "VAR2": "$SERVER2_VAR2" }, "_extensions": { "tools": { "allow": [ "tool1", "tool2" ], "deny": [ "tool11", "tool12" ] } } } } }
mcpServers: server1: command: "npx" args: - "module1" env: VAR1: $SERVER1_VAR1 VAR2: $SERVER1_VAR2 server2: command: "npx" args: - "module2" env: VAR1: $SERVER2_VAR1 VAR2: $SERVER2_VAR2 _extensions: tools: allow: - tool1 - tool2 deny: - tool11 - tool12
You can control which tools are available to each MCP server using the_extensions.toolsconfiguration:
- allow: Only tools listed here will be allowed. If this list is empty or not specified, all tools are allowed (unless denied).
- deny: Tools listed here will be blocked, even if they are in the allow list.
When bothallowanddenylists are specified, the deny list takes precedence. That is, tools in the deny list will be blocked even if they also appear in the allow list.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Tool platform by IBM to build, test and deploy tools for any data source
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
An MCP server for interacting with the Postman API, requiring an API key.
Arbitrary code execution and tool-use platform for LLMs by Riza
A command-line tool for interacting with Shopify's Admin GraphQL API, Functions, and Polaris Web Components.
Single tool to control all 100+ API integrations, and UI components
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
An MCP server for ABP.IO that enables AI models to interact with your ABP applications and framework.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





