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

コメント

「推論」の他のコンテンツ