★ 0 stars
xBase
🧠 Memory/Knowledge
Updated 2d ago
Minimal MCP (Model Context Protocol) server library for Harbour, with JSON-RPC 2.0 core, tool registry, stdio server loop, and runnable samples.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hbmcp": {
"command": "npx",
"args": [
"-y",
"vailtom/hbmcp"
]
}
}
}
Run in terminal:
claude mcp add hbmcp npx -y vailtom/hbmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"hbmcp": {
"command": "npx",
"args": [
"-y",
"vailtom/hbmcp"
]
}
}
}