mcp-server-example
If you are the rightful owner of mcp-server-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A powerful and extensible Model Context Protocol (MCP) server that enables AI agents to interact with external tools and services.
The MCP Tool Server is a robust implementation of the Model Context Protocol, designed to facilitate AI agents in executing real-world tasks by interacting with external tools and services. It provides a task management system that allows AI assistants to create, list, and complete tasks through a standardized interface. The server supports both MCP stdio mode and HTTP API, making it versatile for different applications. With an extensible architecture, developers can easily add new tools and capabilities, making it a developer-friendly solution with clear documentation and examples. The server is lightweight, using in-memory storage for quick setup and testing, and is compatible with AI models like Claude and GPT.
Features
- MCP-Compatible Tools: Ready-to-use tools for AI assistants
- Task Management System: Create, list, and complete tasks
- Dual Interface: Works with both MCP stdio mode and HTTP API
- Extensible Architecture: Easily add new tools and capabilities
- Developer-Friendly: Clear documentation and examples
Tools
create-task
Creates a new task with a title and description.
list-tasks
Lists all tasks currently stored in memory.
pending-tasks
Lists all pending tasks.
complete-task
Marks a specific task as completed.