latent-space-hub-mcp
v0.1.1
Published
Standalone MCP server for the Latent Space Hub knowledge base
Downloads
211
Readme
latent-space-hub-mcp
Standalone MCP server for Latent Space Hub.
Install / Run
npx latent-space-hub-mcpRequired config
Set environment variables:
export TURSO_DATABASE_URL="libsql://..."
export TURSO_AUTH_TOKEN="..."Or create ~/.latent-space-hub/config.json:
{
"tursoUrl": "libsql://...",
"tursoToken": "..."
}Claude MCP config
{
"mcpServers": {
"latent-space-hub": {
"command": "npx",
"args": ["latent-space-hub-mcp"],
"env": {
"TURSO_DATABASE_URL": "libsql://...",
"TURSO_AUTH_TOKEN": "..."
}
}
}
}Tools
ls_get_contextls_search_nodesls_get_nodesls_add_nodels_update_nodels_query_edgesls_create_edgels_update_edgels_list_dimensionsls_create_dimensionls_update_dimensionls_delete_dimensionls_search_contentls_sqlite_queryls_list_guidesls_read_guidels_write_guidels_delete_guide
