Loading MCP server directory, please wait...
Access your KStreak notes, Knowledge Ledger, tasks & goals from Claude, ChatGPT, Cursor, or any MCP.
npx @getmcp/cli add io.github.KStreak2026/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
KSTREAK_API_KEYYour KStreak API key. Generate one at https://app.kstreak.com/settings/developer-docs (starts with sk_live_).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.KStreak2026/mcp-server": {
"command": "npx",
"args": [
"-y",
"@kstreak/mcp-server"
],
"env": {
"KSTREAK_API_KEY": "",
"KSTREAK_BASE_URL": "https://api.kstreak.com"
}
}
}
}