Blackmatter Claude - Claude Code integration with LSP, Zoekt, Codesearch, and MCP servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"blackmatter-claude": {
"command": "npx",
"args": [
"-y",
"pleme-io/blackmatter-claude"
]
}
}
}
Run in terminal:
claude mcp add blackmatter-claude npx -y pleme-io/blackmatter-claude
Add to .cursor/mcp.json:
{
"mcpServers": {
"blackmatter-claude": {
"command": "npx",
"args": [
"-y",
"pleme-io/blackmatter-claude"
]
}
}
}