Serversio.github.PStryder/tablacognita
T

TablaCognita

io.github.PStryder/tablacognita · v0.2.0
● Remote
v0.2.0remote🌐 https://app.tablacognita.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.PStryder/tablacognita",
  "description": "MCP-native collaborative markdown editor with real-time AI document editing",
  "title": "TablaCognita",
  "repository": {
    "url": "https://github.com/PStryder/TablaCognita",
    "source": "github"
  },
  "version": "0.2.0",
  "websiteUrl": "https://app.tablacognita.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.tablacognita.com/mcp",
      "headers": [
        {
          "description": "API key (tc_* prefix) from Settings > Account, or OAuth 2.0 access token",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer tc_your_api_key_here",
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}