Files
KaifAhmad1 7a6f1d0417 docs: add citation section and fix stale org references
Add a Cite Us section to the README with BibTeX citation info, and
align it with docs/citation.md (author/organization: Semantica, 2026).
Update LICENSE and docs/project-license.md copyright holder to
Semantica, and replace the stale Hawksight-AI GitHub org slug with
semantica-agi across READMEs, plugin manifests, cookbook notebooks,
and GitHub templates.
2026-08-24 16:07:22 +05:30
..

Semantica — Continue Plugin

v0.4.0 — Adds Semantica as an MCP server and context provider to Continue.dev.

MCP Server Setup

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.

Knowledge Explorer

semantica-explorer --graph my_graph.json --port 8000

Open http://localhost:5174 for the interactive graph dashboard.

Requirements

  • Python 3.10+
  • pip install semantica