MCP.so
登录

MCP Server

@plusplusoneplusplus

关于 MCP Server

mcp server

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

plusplusoneplusplus

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-plusplusoneplusplus": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server?

The MCP Server provides a comprehensive framework for AI-powered command execution, plugin-based tools, and advanced features including synchronous script execution, secure Python evaluation, and knowledge management. It can be run as a standalone service or embedded in other projects to expose a consistent API for invoking tools and managing tasks.

How to use MCP Server?

Install dependencies with uv sync or pip install -e ., create a .env file from the template, then start the server with uv run server/main.py and connect to the SSE endpoint at http://0.0.0.0:8000/sse. Docker builds are also supported via the included Dockerfile.

Key features of MCP Server

  • Run-to-completion synchronous script execution with output capture
  • Safe Python expression evaluation using RestrictedPython
  • Responsive web interface for data analysis and visualization
  • Modular plugin system for tools and integrations
  • Browser automation via Playwright integration
  • Dynamic tool definitions from YAML files

Use cases of MCP Server

  • Execute and capture output of shell scripts synchronously
  • Run secure Python expressions for data analysis
  • Browse and visualize data frames via web interface
  • Integrate with Azure DevOps, Git, Kusto, and CircleCI
  • Manage knowledge graphs and vector stores

FAQ from MCP Server

How to install MCP Server?

Use uv sync or pip install -e . to install all dependencies.

How to configure MCP Server?

Copy config/env.template to .env and edit variables such as GIT_ROOT, AZREPO_ORG, AZREPO_PROJECT, and AZREPO_REPO.

How to run MCP Server?

Run uv run server/main.py and connect to the SSE endpoint at http://0.0.0.0:8000/sse.

How to add custom plugins?

Declare plugins in plugin_config.yaml with a plugin_repo entry, then run the mcp_admin tool with the refresh_plugins operation.

Can I use MCP Server with an editor like Cursor or VSCode?

Yes, add the SSE URL to your editor's MCP server settings (e.g., `"url": "http://0.0.0.0

评论

其他 分类下的更多 MCP 服务器