Task planning MCP server with markdown file storage
Telos MCP server exists for a simple reason — assistants are far more useful when they can act on Telos directly instead of describing what you should do. Task planning MCP server with markdown file storage.
Task planning and tracking for AI agents. An MCP server with project-based organization and Obsidian-compatible markdown storage.
The server ships on npm as telos-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need one environment variable: TELOS_DIR. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by skye-flyhigh; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Telos's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
Or in the MCP config:
```json
{
"mcpServers": {
"telos": {
"command": "npx",
"args": ["telos-mcp"],
"env": { "TELOS_DIR": "/custom/path" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TELOS_DIR | Filesystem location the server is allowed to use. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.