From 83460abce4404a376b935dbe38737fe583d9f7aa Mon Sep 17 00:00:00 2001 From: Torben Sorensen Date: Sat, 17 Jan 2026 14:18:55 -0800 Subject: [PATCH] md fixin --- CLAUDE-MCP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE-MCP.md b/CLAUDE-MCP.md index 3fa8898..26507e6 100644 --- a/CLAUDE-MCP.md +++ b/CLAUDE-MCP.md @@ -15,7 +15,7 @@ Claude Code uses **two separate configuration files** for MCP servers. They must ## File Locations (Windows) -``` +```text C:\Users\\.claude.json # CLI config C:\Users\\.claude\settings.json # VS Code extension config ``` @@ -182,7 +182,7 @@ npm run build } ``` -- GitHub: https://github.com/j-shelfwood/bugsink-mcp +- GitHub: - Get token from Bugsink UI: Settings > API Tokens - **Do NOT use npx** - the package is not on npm @@ -310,7 +310,7 @@ In `~/.claude/settings.json`, add `"disabled": true`: ## Future: MCP Launchpad -**Project:** https://github.com/kenneth-liao/mcp-launchpad +**Project:** MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interface. Worth revisiting when: @@ -338,7 +338,7 @@ MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interf ## Future: Graphiti (Advanced Knowledge Graph) -**Project:** https://github.com/getzep/graphiti +**Project:** Graphiti provides temporal-aware knowledge graphs - it tracks not just facts, but _when_ they became true/outdated. Much more powerful than simple memory MCP, but requires significant infrastructure.