v0.4.0 — Adds Semantica as an MCP server and context provider to Continue.dev.
Add to ~/.continue/config.json:
{
"mcpServers": [
{
"name": "semantica",
"command": "python",
"args": ["-m", "semantica.mcp_server"]
}
]
}Continue will show all 17 Semantica skills in the @semantica context provider dropdown.
semantica-explorer --graph my_graph.json --port 8000Open http://localhost:5174 for the interactive graph dashboard.
- Python 3.10+
pip install semantica