aicode-toolkit
Verified Safeby AgiFlow
Overview
Acts as an MCP proxy server to connect AI agents to multiple underlying MCP servers through a single connection, enabling progressive tool discovery and reducing initial token usage for tool descriptions.
Installation
npx -y @agiflowai/one-mcp mcp-serve --config ./mcp-config.yamlEnvironment Variables
- HOME
- MY_API_KEY
- TOKEN
Security Notes
The server's configuration, particularly when fetching `remoteConfigs`, can specify arbitrary local commands (`command`, `args`) to execute or proxy to potentially malicious external servers. A compromised remote configuration source could lead to arbitrary code execution on the host machine. While it includes a `RemoteConfigSecuritySchema` to mitigate risks like private IP access and HTTPs enforcement, this does not completely eliminate the risk of executing untrusted code defined in a malicious remote configuration.
Similar Servers
mcp-context-forge
A comprehensive Model Context Protocol (MCP) gateway and proxy that unifies REST, MCP, and A2A services, providing features like federation, virtual servers, rate-limiting, security, and an optional admin UI for managing web content and file conversions to markdown.
mcphub
A hub for managing, orchestrating, and providing a unified API for various Model Context Protocol (MCP) servers and their tools, including user management, OAuth services, and discovery of external servers.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcpproxy-go
MCPProxy is an open-source desktop application that acts as a smart proxy for AI agents, enabling intelligent tool discovery, massive token savings, and built-in security quarantine against malicious Model Context Protocol (MCP) servers.