From 898a660ca75a7de427987a4611b0ecc5ff73e7f8 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Mon, 13 Apr 2026 16:25:02 +0530 Subject: [PATCH] docs(readme): add explicit integrations table for all 16 AI tools + expand sections - Add 'AI Coding Tools & IDEs' table under Integrations listing every tool from the visual grid with connection type and setup note: Claude Code, Cursor, Windsurf, Claude Desktop, VS Code, GitHub Copilot, Cline, Roo Code, Continue, Goose, Kilo Code, Aider, Amazon Q, Zed, Claude SDK, REST API (109 endpoints) - Add Neo4j to Graph Databases list (was in modules but missing here) - Add Email and Repository ingestors to Data Sources - Expand LLM Providers: add Groq, HuggingFace, Ollama entries Co-Authored-By: Claude Sonnet 4.6 --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03faaac..f52f2bf9 100644 --- a/README.md +++ b/README.md @@ -774,10 +774,34 @@ if result.valid: ## ๐Ÿ”Œ Integrations +### AI Coding Tools & IDEs + +All tools connect via **MCP server** unless noted otherwise. Configure Semantica as an MCP server once โ€” every tool below picks it up automatically. + +| Tool | Connection | Notes | +|---|---|---| +| [Claude Code](https://claude.com/product/claude-code) | MCP + 12 hooks + skills | Native plugin bundle โ€” 17 skills, 3 agents, hook config | +| [Cursor](https://cursor.com) | MCP server | Add Semantica MCP in Cursor settings | +| [Windsurf](https://windsurf.com) | MCP server | Add via Windsurf MCP config | +| [Claude Desktop](https://claude.ai/download) | MCP server | Add to `claude_desktop_config.json` | +| [VS Code](https://github.com/microsoft/vscode) | MCP server | Works with GitHub Copilot Chat MCP support | +| [GitHub Copilot](https://github.com/features/copilot) | MCP server | VS Code + JetBrains agent mode | +| [Cline](https://github.com/cline/cline) | MCP server | Add Semantica server in Cline MCP settings | +| [Roo Code](https://github.com/RooCodeInc/Roo-Code) | MCP server | Configure via Roo Code MCP panel | +| [Continue](https://github.com/continuedev/continue) | MCP server | Add to `~/.continue/config.json` | +| [Goose](https://github.com/block/goose) | MCP server | Add to Goose toolset config | +| [Kilo Code](https://github.com/Kilo-Org/kilocode) | MCP server | Configure in Kilo Code settings | +| [Aider](https://github.com/Aider-AI/aider) | REST API | Point Aider at the Semantica REST API | +| [Amazon Q Developer](https://github.com/aws/amazon-q-developer-cli) | MCP server | Add via Q Developer MCP config | +| [Zed](https://zed.dev) | MCP server | Configure in Zed settings | +| [Claude SDK](https://github.com/anthropics/claude-agent-sdk-typescript) | AgentSDKProvider | `AgentSDKProvider` wraps the full Semantica API | +| Any agent | REST API | 109 REST endpoints โ€” drop-in with any HTTP client | + ### Graph Databases -- **AWS Neptune** โ€” Amazon Neptune with IAM authentication +- **Neo4j** โ€” Cypher queries via `semantica.graph_store` +- **FalkorDB** โ€” native support; `DecisionQuery` and `CausalChainAnalyzer` work directly with FalkorDB row/header shapes - **Apache AGE** โ€” PostgreSQL + openCypher via SQL -- **FalkorDB** โ€” native support for decision queries and causal analysis +- **AWS Neptune** โ€” Amazon Neptune with IAM authentication ### Vector Databases - **FAISS** โ€” built-in, zero extra dependencies @@ -793,10 +817,15 @@ if result.valid: - **Databases** โ€” SQL via `DBIngestor` - **Snowflake** โ€” table/query ingestion, pagination, password/key-pair/OAuth/SSO auth ยท `pip install semantica[db-snowflake]` - **Docling** โ€” advanced table and layout extraction (PDF, DOCX, PPTX, XLSX) +- **Email** โ€” inbox ingestion via `EmailIngestor` +- **Repositories** โ€” Git repo ingestion for code graph construction ### LLM Providers - **LiteLLM** โ€” 100+ models: OpenAI, Anthropic, Cohere, Mistral, Ollama, Azure, AWS Bedrock, and more - **Novita AI** โ€” OpenAI-compatible (`deepseek/deepseek-v3.2` and more) ยท set `NOVITA_API_KEY` +- **Groq** โ€” ultra-low latency inference ยท set `GROQ_API_KEY` +- **HuggingFace** โ€” local and hosted models via `HuggingFaceProvider` +- **Ollama** โ€” local models including remote server support ### Agentic Frameworks