MCP-Server

JoaoGabriel24012001/MCP-Server
★ 0 stars Python AI/LLM Updated today
A Model Context Protocol (MCP) server that exposes the Architecture Decision Records (ADRs) of the IFBA Complementary Activities Management Platform as machine-readable tools, enabling AI agents and IDE clients to query, search and audit architectural decisions on demand.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

A Model Context Protocol (MCP) server that exposes the Architecture Decision Records (ADRs) of the IFBA Complementary Activities Management Platform as machine-readable tools, enabling AI agents and IDE clients to query, search and audit architectural decisions on demand.