Catalog
com.kekwanu/syncline-mcp-server-go
OfficialSyncline MCP Server (Go)
Syncline MCP Server (Go) - AI-powered meeting scheduling with intelligent auto-scheduling
AI-powered meeting scheduling with intelligent auto-scheduling capabilities.
README not available yet.
Install
Configuration
Environment variables
SYNCLINE_API_KEYrequiredsecretYour Syncline API key from https://syncline.run/developer
claude_desktop_config.json
{
"mcpServers": {
"syncline-mcp-server-go": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go@1.1.1"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}