Semantiqv0.5.2
01Home
02Features
03Docs
04Blog
05Changelog
06Support
Get Started
Skip to content
Works with every AI tool

One MCP Server.Every AICoding Tool.

Semantiq gives every AI coding assistant semantic understanding of your codebase. Install once, works with Claude Code, Cursor, Windsurf, GitHub Copilot, and any MCP-compatible tool.

Get StartedView on GitHub
0Downloads
semantiq-demo.mp4
Live
Semantic indexing active
1080p•60fps
Features

Why Semantiq?

Fast indexing, smart search. Helps AI tools understand your code.

4 Search Strategies

Semantic (embeddings) + Lexical (ripgrep) + Symbol (FTS5) + Dependency graph.

19 Languages

Full tree-sitter support for 15 languages, partial support for 4 data formats.

Auto-Indexing

Real-time file watching, no manual reindex needed.

Smart Query Expansion

Automatic case conversion (camelCase ↔ snake_case).

Enterprise Security

Path traversal protection, SQL injection prevention, DoS safeguards.

Local & Private

Everything runs locally. Your code never leaves your machine.

Semantiq

One MCP Server for every AI coding tool. Powered by Rust and Tree-sitter.

GitHub

Product

  • Features
  • Documentation
  • Changelog

Resources

  • Quick Start
  • CLI Reference
  • MCP Integration
  • Blog

Connect

  • Support
  • GitHub
// 19 languages supported
Rust
TypeScript
JavaScript
Python
Go
Java
C
C++
PHP
Ruby
C#
Kotlin
Scala
Bash
Elixir
HTML
JSON
YAML
TOML
© 2026 Semantiq.|v0.5.2|connected
MIT·Built with Rust & Tree-sitter
Quick Setup

Install in Seconds

One npm install. Runs on macOS, Linux, and Windows.

$ npm install -g semantiq-mcp

Quick Start

terminal

See all available commands in the CLI Reference

macOS
Linux
Windows
Multi-Language

19 Languages Supported

Rust, TypeScript, Python, Go, and 15 more. Semantiq parses them all with Tree-sitter.

Full Support15 languages
Rust.rs
TypeScript.ts
JavaScript.js
Python.py
Go.go
Java.java
C.c
C++.cpp
PHP.php
Ruby.rb
C#.cs
Kotlin.kt
Scala.scala
Bash.sh
Elixir.ex
Partial Support4 data formats
HTML.html
JSON.json
YAML.yaml
TOML.toml
50+
File Types
99.9%
Parsing Accuracy
100%
Symbol Recognition
MCP Tools

The MCP Tools

Four MCP tools your AI assistant can call to search, trace, and explain code across your project.

semantiq_search

Semantic + lexical code search combining 4 strategies.

Parametersquery (required), limit (20), min_score (0.35), file_type, symbol_kind
MCP Tool
$semantiq_search("authentication handler")
Response received in 24ms
3 results (score > 0.85)

semantiq_find_refs

Find all references to a symbol including definitions and usages.

Parameterssymbol (required), limit (50)
MCP Tool
$semantiq_find_refs("UserService")
Response received in 24ms
12 references across 5 files

semantiq_deps

Analyze dependency graph (imports and dependents).

Parametersfile_path (required)
MCP Tool
$semantiq_deps("src/auth.ts")
Response received in 24ms
4 imports · 7 dependents

semantiq_explain

Get detailed explanation of a symbol.

Parameterssymbol (required)
MCP Tool
$semantiq_explain("handleRequest")
Response received in 24ms
Definition + docs + 8 usages
Powered by MCP Protocol
Universal Compatibility

Works with Every Tool

One installation. Multiple AI tools. Semantiq works with every MCP-compatible coding assistant.

Claude Code

.claude/settings.json

Claude Desktop

claude_desktop_config.json

Cursor

.cursor/mcp.json

Windsurf

.windsurf/mcp.json

VS Code + Continue

~/.continue/config.json

JetBrains IDEs

2025.2+

GitHub Copilot

Via MCP proxy

OpenAI Codex CLI

Via MCP

Get Started

Give Your AI
Real Code Understanding

Semantiq indexes your codebase once. Every AI tool gets semantic search, reference finding, and dependency analysis.

Get Started FreeStar on GitHub
Open Source
MIT License
Free Forever