mcp-agent-server
3.5
A simple implementation of a Model Context Protocol server with a dummy tool.
The Model Context Protocol (MCP) server is designed to facilitate communication between different model components and tools. It provides a structured way to manage and execute various tools through defined endpoints. This server implementation includes a basic setup with a dummy tool to demonstrate its capabilities. The server is easy to set up and run, making it suitable for testing and development purposes. It also includes API documentation accessible via Swagger UI and ReDoc, which helps developers understand and interact with the available endpoints.
Features
- Simple setup and installation process.
- Runs on localhost with a default port of 8000.
- Includes a dummy tool for demonstration purposes.
- API documentation available through Swagger UI and ReDoc.
- Supports POST method for tool execution.
MCP Tools
- Dummy Tool: A basic tool with no parameters that returns an empty string.
Usage with Different Platforms
python
bash
pip install -r requirements.txt
python server.py