Bring SwaYantra into your developer tools and team chat.
SwaYantra connects to the places where work already happens: IDE-style assistants through Model Context Protocol and team channels through Slack, Telegram, and Discord. Every request keeps the same workspace policy and audit record.
Developer tools
Claude Desktop, Cursor, Windsurf, Continue, Zed, and other MCP-compatible clients can call approved SwaYantra specialists from inside your working environment. Create an access token from Admin → Keys → Developer tools, then paste the configuration shown in the product into your client.
The connector exposes three useful surfaces:
- Tools — approved specialist workflows your workspace has enabled.
- Resources — catalog and recent-audit context that helps the assistant understand available work.
- Prompts — reusable specialist instructions for clients that support prompt templates.
Claude Desktop
Open the Claude Desktop configuration file, add the SwaYantra block shown in your admin panel, and restart Claude. The endpoint and token are unique to your workspace.
{
"mcpServers": {
"swayantra": {
"type": "http",
"url": "https://app.swayantra.ai/workspaces/YOUR-WORKSPACE/mcp",
"headers": { "Authorization": "Bearer YOUR_ACCESS_TOKEN" }
}
}
}In a new chat, ask Claude to use a SwaYantra specialist. The request appears in SwaYantra with the user, tool, result, and audit context attached.
Cursor, Windsurf, Continue, and Zed
Use the same endpoint and token format in each client. Approved specialists become callable tools after the client reloads its configuration.
Slack
Open Team → Connect Slack and authorize the SwaYantra app. Mention @SwaYantra or DM the bot to ask an approved specialist for help.
@SwaYantra ask Reviewer to check https://github.com/you/repo/pull/42@SwaYantra ask Designer to critique this screenshot@SwaYantra help
Telegram
Send /start YOUR-WORKSPACE to the SwaYantra bot. After the workspace is linked, messages route through the same approved specialist catalog and audit policy.
Discord
Install the SwaYantra Discord app to your server, then run /swayantra link YOUR-WORKSPACE in a channel. Use slash commands to ask a specialist, run a workflow, or show help.
Need another integration?
Email hello@swayantra.ai. We prioritize integrations that make governed AI easier to adopt inside existing team workflows.