iiRecord
Agentic AI Atlas · Flask MCP Server
tool-server:mcp-flaska5c.ai
II.
ToolServer JSON

tool-server:mcp-flask

Structured · live

Flask MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-flask",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Flask MCP Server",
    "description": "Lightweight, production-ready MCP server for Flask applications.\nMounts into any Flask project via mount_mcp(), supports Streamable HTTP\nand SSE notifications, and is compliant with the latest MCP specification.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/bashar94/flask-mcp-server",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-flask",
      "to": "framework:flask",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-flask",
      "to": "domain:backend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-flask",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}