
TablaCognita
Edit and co-author markdown specs and runbooks in TablaCognita while your agent applies changes over MCP in real time.
Overview
TablaCognita is a Build-phase MCP server that connects agents to a hosted collaborative markdown editor for real-time document editing.
What is this MCP server?
- MCP-native collaborative markdown editor with real-time AI document editing
- Hosted streamable-http remote at https://app.tablacognita.com/mcp
- Auth via API key (`tc_*` from Settings > Account) or OAuth 2.0 bearer token
- Pairs human editing in the web app with agent-driven updates through the same document
- Version 0.2.0 server entry with GitHub source at PStryder/TablaCognita
- Server catalog version 0.2.0
- Remote MCP URL https://app.tablacognita.com/mcp
- Website https://app.tablacognita.com
Community signal: 2 GitHub stars.
What problem does it solve?
Specs and notes drift between chat, local files, and wikis because agents cannot reliably share one live markdown source of truth.
Who is it for?
Solo builders who want markdown PRDs, API docs, or playbooks co-edited with an agent without maintaining a custom MCP docs stack.
Skip if: Teams standardized on plain git-only markdown with no hosted editor or API budget for SaaS doc tools.
What do I get? / Deliverables
After you add the remote MCP URL and API credentials, your agent and you edit the same TablaCognita documents with MCP-driven updates in real time.
- Agent-readable and agent-writable markdown documents in TablaCognita
- Shared living specs or runbooks updated alongside implementation
- A single hosted docs surface instead of parallel chat and file copies
Recommended MCP Servers
Journey fit
How it compares
Hosted collaborative markdown MCP endpoint—not a local filesystem skill or static site generator.
Common Questions / FAQ
Who is TablaCognita for?
Indie builders and small teams who write markdown specs in a browser and want Claude Code, Cursor, or other MCP clients to edit those docs programmatically.
When should I use TablaCognita?
Use it while building when documentation must stay current with agent-assisted rewrites, outlines, and collaborative review—not when a single README in the repo is enough.
How do I add TablaCognita to my agent?
Add the remote MCP server URL https://app.tablacognita.com/mcp with streamable-http transport and set Authorization to Bearer plus your `tc_*` API key from Settings > Account or an OAuth access token.