List and call the tools an MCP server exposes from the command line.
Mock an MCP server to test a client application before it's ready.
Wrap ordinary shell scripts as MCP tools using proxy mode.
Restrict which tools an MCP server exposes using guard mode's allow and block lists.
| f/mcptools | devenjarvis/lathe | nvidia/aistore | |
|---|---|---|---|
| Stars | 1,590 | 1,560 | 1,864 |
| Language | Go | Go | Go |
| Last pushed | — | 2026-06-27 | — |
| Maintenance | — | Active | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 2/5 | 5/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
MCP Tools is a command-line utility for working with MCP servers. MCP stands for Model Context Protocol, which is a standard that lets AI tools communicate with external services, like file systems, databases, or custom scripts. This tool gives you a way to explore, test, and interact with any server that follows that protocol, without needing to write code. From the command line you can list what capabilities a server offers, call individual tools by name, read resources, or retrieve prompt templates. There is also an interactive shell mode where you stay connected to a server and run multiple commands in one session, and a web interface that opens in your browser and lets you fill in forms instead of typing JSON by hand. The tool includes a mock server feature, useful when you are building a client application and want to test it against a fake server without setting up the real thing. There is also a proxy mode where you register ordinary shell scripts as MCP tools: the proxy server wraps each script and exposes it over the protocol so an AI client can call it like any other tool. A guard mode lets you restrict what tools a server exposes by allowing or blocking names using wildcard patterns. For example, you could wrap a file system server so that only read operations are visible to the AI, preventing any modifications. The tool also reads configuration files from editors like VS Code, Cursor, and Claude Desktop so you can view and manage all your MCP server settings across different applications in one place. The full README is longer than what was shown.
A command-line tool for exploring, testing, and managing MCP servers, the standard that lets AI tools talk to external services, without writing code.
Mainly Go. The stack also includes Go, MCP.
No license information was found in the material provided.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.