MCPServer
@ganesh-karthick
关于 MCPServer
A Simple MCP Server for enabling agentic workflow
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcpserver-ganesh-karthick": {
"command": "uv",
"args": [
"venv",
"--python",
"3.11.6"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCPServer?
MCPServer is a simple MCP (Model Context Protocol) server designed to enable agentic workflows. It is intended for developers building AI agents that need a lightweight, Python-based MCP server.
How to use MCPServer?
Install dependencies (npm, uv), clone the repository, create a Python virtual environment, sync dependencies, and run server.py. Use mcp dev server.py to launch the MCP Inspector for testing. For Claude Desktop integration, add the server configuration to claude_desktop_config.json.
Key features of MCPServer
- Simple MCP server for agentic workflow
- MCP Inspector support for development and testing
- Claude Desktop integration via configuration
- Python-based, managed with uv
- Uses SSE transport for MCP communication
Use cases of MCPServer
—
FAQ from MCPServer
—
推理 分类下的更多 MCP 服务器
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
评论