Back to Home
AgiFlow icon

aicode-toolkit

Verified Safe

by 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

Run Command
npx -y @agiflowai/one-mcp mcp-serve --config ./mcp-config.yaml

Environment 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

Stats

Interest Score79
Security Score4
Cost ClassLow
Avg Tokens400
Stars91
Forks13
Last Update2025-12-05

Tags

MCPProxyAI AgentTool DiscoveryToken Optimization