MCP.so
登录

configfacets_mcp

@configfacets

关于 configfacets_mcp

Configfacets MCP Server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

configfacets

配置

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

{
  "mcpServers": {
    "configfacets": {
      "command": "uv",
      "args": [
        "--directory",
        "<absolute path>/coreconcepts_mcp",
        "run",
        "coreconcepts.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is configfacets_mcp?

configfacets_mcp is the MCP server for Configfacets, allowing AI models to interact with configuration data via the Model Context Protocol.

How to use configfacets_mcp?

Install by adding configfacets-mcp to your Python project dependencies using uv. Then create a Python script that initializes a ConfigfacetsMCP instance with parameters server, repository, version, and api_key, and call .run(). Configure your MCP client (e.g., claude_desktop_config.json) to launch the server with uv pointing to your script file.

Key features of configfacets_mcp

Use cases of configfacets_mcp

FAQ from configfacets_mcp

评论

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