MCP.so
登录

MCP Project

@LaAbadIAdelCrimen

关于 MCP Project

AbadIA MCP server

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

LaAbadIAdelCrimen

配置

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

{
  "mcpServers": {
    "AbadIA-MCP": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Project?

MCP Project is a FastAPI-based implementation of a Master Control Program (MCP). It provides a REST API and is documented via Swagger UI and ReDoc.

How to use MCP Project?

Set up a Python virtual environment, install dependencies from requirements.txt, and run the application with uvicorn app.main:app --reload. Once running, access the API documentation at http://localhost:8000/docs (Swagger) or http://localhost:8000/redoc (ReDoc).

Key features of MCP Project

  • Built with the FastAPI web framework.
  • Exposes a RESTful API.
  • Provides auto-generated Swagger UI documentation.
  • Provides auto-generated ReDoc documentation.

Use cases of MCP Project

FAQ from MCP Project

What framework does MCP Project use?

MCP Project is built with FastAPI.

How do I run MCP Project locally?

Create a virtual environment, install dependencies from requirements.txt, and run uvicorn app.main:app --reload.

Where can I find the API documentation?

After starting the server, visit http://localhost:8000/docs for Swagger UI or http://localhost:8000/redoc for ReDoc.

What are the runtime requirements?

Python 3 and the packages listed in requirements.txt. No specific Python version or additional runtimes are mentioned.

Does MCP Project support authentication or custom transports?

The README does not describe any authentication or transport configurations.

评论

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