MCP.so
登录

MCPServer

@ganesh-karthick

关于 MCPServer

A Simple MCP Server for enabling agentic workflow

基本信息

分类

推理

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

ganesh-karthick

配置

使用下面的配置,将此服务器添加到你的 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 服务器