Integrate

Installation options

Use local MCP for AI clients, hosted MCP for compatible remote clients, or the TypeScript SDK for application code.

Hosted MCP

The current package README and repository client configs use this Streamable HTTP endpoint:

https://mcp.syntermedia.ai

Authenticate 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-js

Plugin 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.

Installation options | Synter docs