MCP-CLI
@winterfx
关于 MCP-CLI
cli tool for inspect mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-CLI?
MCP-CLI is a command-line tool for managing and interacting with MCP (Machine Conversation Protocol) servers. It enables users to view and call server Tools, view Prompts and Resources, and invoke tools through an interactive shell.
How to use MCP-CLI?
Install with go install github.com/yourusername/mcp-cli@latest, then create a configuration file at ~/.mcp-cli.json listing MCP servers. Launch the tool with commands like mcp-cli server list to list servers or mcp-cli server inspect -n <name> to enter an interactive shell for a specific server.
Key features of MCP-CLI
- Manage multiple MCP servers
- Interactive command-line interface
- View and call server Tools
- View server Prompts and Resources
- Support for tool invocation
Use cases of MCP-CLI
- Inspect available tools on a remote MCP server
- Test tool calls interactively before integrating into workflows
- List all configured MCP servers and their arguments
- Discover prompts and resources exposed by a server
FAQ from MCP-CLI
How do I install MCP-CLI?
Install using Go: go install github.com/yourusername/mcp-cli@latest.
How do I configure MCP-CLI?
Create a JSON configuration file at ~/.mcp-cli.json with a mcpServers object mapping server names to their command and args.
What interactive commands are available in the shell?
Inside the interactive shell, use tools to list tools, prompts for prompts, resources for resources, call <tool-name> <json-params> to invoke a tool, help for help, and exit to quit.
Can I list all configured servers?
Yes, run mcp-cli server list to display a table of server names, commands, and args.
How do I inspect a specific server?
Run mcp-cli server inspect -n <server-name> to enter an interactive shell for that server, showing its tools, prompts, and resources.
开发工具 分类下的更多 MCP 服务器
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Grafana MCP server
grafanaMCP server for Grafana
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论