xiaolintangyuan/tool-foundry
A self-hosted server that builds available functions from scripts folder/various JS files into a master 'tools.json', then runs a server to host an API gateway. Users invoking the API gateway connect to a 3rd party LLM provider, which invokes tool calls via the tools.json index or returns text responses.
Platform-specific configuration:
{
"mcpServers": {
"tool-foundry": {
"command": "npx",
"args": [
"-y",
"tool-foundry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...