Skip to content
Zed

Semantic API for Zed

io.github.peter-j-thompson/semanticapi

Search and discover any API using natural language. 163+ providers with auto-discovery.

client:Zed transport:stdio runtime:pypi

Install Semantic API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "semanticapi": {
      "command": "uvx",
      "args": [
        "semanticapi-mcp"
      ],
      "env": {
        "SEMANTIC_API_KEY": "<SEMANTIC_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Semantic API in other clients