Cmcp
Interact with MCP servers via a command-line interface.
Acerca de
Cmcp is a command-line utility designed to simplify interactions with MCP (Model Context Protocol) servers. Functioning similarly to `curl`, it provides a straightforward way to list and retrieve prompts and resources, as well as call tools exposed by an MCP server. It supports both STDIO and SSE transports, making it versatile for various MCP server setups.
Características Principales
- Supports STDIO and SSE transports for interacting with MCP servers.
- Lists available prompts, resources, and tools on an MCP server.
- 2 GitHub stars
- Calls tools exposed by an MCP server with specified arguments.
- Retrieves specific prompts and resources based on defined criteria.
- Command-line interface for easy interaction.
Casos de Uso
- Testing and debugging MCP server implementations.
- Exploring the functionalities exposed by an MCP server.
- Automating interactions with MCP servers in scripts.