Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server implementation for interacting with SourceSync.ai's knowledge management platform through a standardized interface.
Add this to your MCP client configuration:
{
"mcpServers": {
"scmdr-sourcesyncai-mcp": {
"command": "npx",
"args": [
"-y",
"sourcesyncai-mcp"
],
"env": {
"SOURCESYNC_API_KEY": "<Your SourceSync.ai API key.>",
"SOURCESYNC_NAMESPACE_ID": "<Your namespace ID for operations.>",
"SOURCESYNC_TENANT_ID": "<Your tenant ID (optional).>"
}
}
}
}{
"id": "scmdr-sourcesyncai-mcp",
"name": "SourceSync.ai",
"description": "A Model Context Protocol (MCP) server implementation for interacting with SourceSync.ai's knowledge management platform through a standardized interface.",
"source_url": "https://github.com/scmdr/sourcesyncai-mcp",
"publisher_name": "scmdr",
"publisher_url": "https://github.com/scmdr",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 5547,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "sourcesyncai-mcp"
},
"tools_count": 25
}