MCP.so
Sign In

configfacets_mcp

@configfacets

About configfacets_mcp

Configfacets MCP Server

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

configfacets

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers