Install Synsema
One command. A single static binary. No Python, no Node, no runtime.
Linux / macOS
curl -fsSL https://synsema.com/install.sh | sh
Windows (PowerShell)
irm https://synsema.com/install.ps1 | iex
For AI assistants
Claude, Cursor, Windsurf, Codex — they can read Synsema natively.
1. Install the Claude Code skill
One command — Claude Code auto-detects Synsema after this:
curl -sL https://raw.githubusercontent.com/kitecosmic/synsema/main/install-skill.sh | bash
Works with Claude Code CLI, desktop app, and web app. No config edits needed.
2. Point your assistant at the docs
Every docs page is served as Markdown to agents. Just tell your AI to read:
https://docs.synsema.com/en/
Add .md to any page (e.g. docs.synsema.com/en/0.4.x/serve.md) to get raw Markdown.
3. Connect via MCP
The docs site exposes an MCP server — your agent can search docs, read pages, run code and execute tests remotely. Add it to your MCP client config:
Server name: synsema-docs URL: https://docs.synsema.com/mcp
Tools: search_docs, get_page, get_example, run_synsema, test_synsema.
4. Editor highlighting (optional)
A syntax-highlighting extension for VS Code, Cursor, and Windsurf. Get it on GitHub — coming to the VS Code Marketplace & Open VSX.