mcp

service-atlas/mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP Server for Service Atlas
View on GitHub →

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": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

This MCP server exposes tools and resources for exploring a Service Atlas API: browsing teams, listing services for a team, searching services by name, seeing which teams own a service, and exploring service dependencies, tech debt, and releases. - Prompts that guide the AI on how to complete common tasks using the tools/resources

Tools (10)

analyze_service_risk_and_impactcreate_dependencyfind_service_by_namefind_which_team_owns_a_serviceget_all_teamsget_debtget_releasesget_service_dependencies_and_dependentsget_service_riskget_services_by_team

Topics

mcp-serverpythonservice-atlas