iiRecord
Agentic AI Atlas · SQLite MCP
tool-server:sqlite-mcpa5c.ai
II.
ToolServer JSON

tool-server:sqlite-mcp

Structured · live

SQLite MCP json

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

File · extensions/tool-servers/sqlite-mcp.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:sqlite-mcp",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/sqlite-mcp.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "SQLite MCP",
    "description": "MCP server providing full read/write access to SQLite databases. Enables AI agents to create tables, run queries, and append analytical insights. Supports stdio transport.",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite",
    "npmPackage": "@modelcontextprotocol/server-sqlite",
    "maintainer": "Anthropic",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:sqlite.read-query",
      "tool-descriptor:sqlite.write-query",
      "tool-descriptor:sqlite.create-table",
      "tool-descriptor:sqlite.list-tables",
      "tool-descriptor:sqlite.describe-table",
      "tool-descriptor:sqlite.append-insight"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.read-query",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.write-query",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.create-table",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.list-tables",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.describe-table",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "tool-descriptor:sqlite.append-insight",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "extension-interface:sandbox",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "stack-part:relational-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:sqlite-mcp",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-run4-extensions-tool-servers-sqlite-mcp-yaml",
      "to": "tool-server:sqlite-mcp",
      "kind": "about_subject"
    },
    {
      "from": "tool-descriptor:sqlite.read-query",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sqlite.write-query",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sqlite.create-table",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sqlite.list-tables",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sqlite.describe-table",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sqlite.append-insight",
      "to": "tool-server:sqlite-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ]
}