This MCP server provides tools for listing and retrieving content from different knowledge bases.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"knowledge-base-mcp-s": {
"command": "npx",
"args": [
"-y",
"jeanibarz/knowledge-base-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add knowledge-base-mcp-s npx -y jeanibarz/knowledge-base-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"knowledge-base-mcp-s": {
"command": "npx",
"args": [
"-y",
"jeanibarz/knowledge-base-mcp-server"
]
}
}
}