This commit is contained in:
@@ -15,7 +15,7 @@ Claude Code uses **two separate configuration files** for MCP servers. They must
|
|||||||
|
|
||||||
## File Locations (Windows)
|
## File Locations (Windows)
|
||||||
|
|
||||||
```
|
```text
|
||||||
C:\Users\<username>\.claude.json # CLI config
|
C:\Users\<username>\.claude.json # CLI config
|
||||||
C:\Users\<username>\.claude\settings.json # VS Code extension config
|
C:\Users\<username>\.claude\settings.json # VS Code extension config
|
||||||
```
|
```
|
||||||
@@ -182,7 +182,7 @@ npm run build
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- GitHub: https://github.com/j-shelfwood/bugsink-mcp
|
- GitHub: <https://github.com/j-shelfwood/bugsink-mcp>
|
||||||
- Get token from Bugsink UI: Settings > API Tokens
|
- Get token from Bugsink UI: Settings > API Tokens
|
||||||
- **Do NOT use npx** - the package is not on npm
|
- **Do NOT use npx** - the package is not on npm
|
||||||
|
|
||||||
@@ -310,7 +310,7 @@ In `~/.claude/settings.json`, add `"disabled": true`:
|
|||||||
|
|
||||||
## Future: MCP Launchpad
|
## Future: MCP Launchpad
|
||||||
|
|
||||||
**Project:** https://github.com/kenneth-liao/mcp-launchpad
|
**Project:** <https://github.com/kenneth-liao/mcp-launchpad>
|
||||||
|
|
||||||
MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interface. Worth revisiting when:
|
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)
|
## Future: Graphiti (Advanced Knowledge Graph)
|
||||||
|
|
||||||
**Project:** https://github.com/getzep/graphiti
|
**Project:** <https://github.com/getzep/graphiti>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user