tsouth89/toolport
v1.17.0MIT
Every tool. One port. Connects this agent to your local Toolport gateway: every MCP server you set up in Toolport, exposed through a handful of compact meta-tools instead of hundreds of tool definitions (~90% fewer tokens, measured).
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
toolportstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/bin/launch-gateway.mjs"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "toolport",
"version": "1.17.0",
"description": "Every tool. One port. Connects this agent to your local Toolport gateway: every MCP server you set up in Toolport, exposed through a handful of compact meta-tools instead of hundreds of tool definitions (~90% fewer tokens, measured).",
"author": { "name": "Toolport", "url": "https://toolport.app" },
"homepage": "https://toolport.app",
"repository": "https://github.com/tsouth89/toolport",
"license": "MIT",
"keywords": ["mcp", "gateway", "tools", "lazy-discovery", "toolport"]
}