Local MCP (recommended default)
Runs the published MCP server over STDIO in your AI client. It requires SYNTER_API_KEY.
export SYNTER_API_KEY=syn_your_workspace_key
npx -y @synterai/mcp-serverThe package README includes verified configuration shapes for Claude Desktop, Cursor, and Amp. Use the same command, args, and environment variable shown in the Claude example.
Hosted MCP
The current package README and repository client configs use this Streamable HTTP endpoint:
https://mcp.syntermedia.aiAuthenticate with the X-Synter-Key header in clients that support remote MCP. Use local MCP when the client does not support Streamable HTTP or custom headers.
TypeScript SDK
npm install @synterai/sdk-jsPlugin and slash commands
Client-specific Synter plugin distribution is not documented here because no authoritative plugin manifest is present in this checkout. Do not infer a marketplace, plugin installation command, or slash-command namespace from MCP tool names.
The local MCP package, hosted MCP endpoint above, and TypeScript SDK are the verified published integration surfaces.