69
/ 100
9 days ago
glama

GTD MCP Server

A Model Context Protocol server implementing a Getting Things Done assistant with tools for tasks, projects, inbox, next actions, and statistics. Supports local SQLite and Databricks deployment.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: DATABRICKS_TOKEN, DATABRICKS_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGTD_STORAGE_BACKENDWhen DATABRICKS_APP_NAME is present and is unset, the
configDATABRICKS_APP_NAMEWhen is present and GTD_STORAGE_BACKEND is unset, the
🔐 secretDATABRICKS_TOKEN
configDATABRICKS_CLIENT_ID
🔐 secretDATABRICKS_CLIENT_SECRET
configGTD_DELTA_TABLEgtd_mcp.app.gtd_mcp_records
configHOST
configDATABRICKS_APP_PORTuvicorn gtd_mcp_server.server:app --host 0.0.0.0 --port $
configPORT
configDATABRICKS_HOSTinjected-by-databricks-apps>
configDATABRICKS_WAREHOUSE_IDwarehouse-id>
configGTD_SQLITE_PATH.local/gtd.sqlite3
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/maciejkepa-gtd-mcp-server-fmimzl)](https://m8ven.ai/mcp/maciejkepa-gtd-mcp-server-fmimzl)
commit: c689d01e6a10c7bab11134a25993c7dc3f739130
code hash: 9464b1235da02382e94741eacd23cb7512a85477c14d961590de5d96b31975d8
verified: 6/19/2026, 10:55:15 AM
view raw JSON →
GTD MCP Server · M8ven Trust Score | M8ven