Enables AI models to interact with SourceSync.ai's knowledge management platform through a standardized Model Context Protocol (MCP) server.
Enables AI models to interact with SourceSync.ai's knowledge management platform through a standardized Model Context Protocol (MCP) server. The sourcesync.ai mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
Required — The Required tool exposed by this serverOptional — The Optional tool exposed by this serverAuthentication — The Authentication tool exposed by this serverNamespaces — The Namespaces tool exposed by this serverDocuments — The Documents tool exposed by this serverSearch — The Search tool exposed by this serverConnections — The Connections tool exposed by this serverYou will need 4 environment variables: SOURCESYNC_API_KEY, SOURCESYNC_NAMESPACE_ID, SOURCESYNC_TENANT_ID, SOURCESYNCAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at sourcesyncai-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. SourceSync.Ai's toolset — Required, Optional, Authentication and 4 more — is a fair guide to whether it matches your workflow. It is maintained by pbteja1998; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Required | The Required tool exposed by this server. |
| Optional | The Optional tool exposed by this server. |
| Authentication | The Authentication tool exposed by this server. |
| Namespaces | The Namespaces tool exposed by this server. |
| Documents | The Documents tool exposed by this server. |
| Search | The Search tool exposed by this server. |
| Connections | The Connections tool exposed by this server. |
{
"mcpServers": {
"sourcesyncai-mcp": {
"command": "npx",
"args": ["-y", "soucesyncai-mcp"],
"env": {
"SOURCESYNC_API_KEY": "your_api_key",
"SOURCESYNC_NAMESPACE_ID": "your_namespace_id",
"SOURCESYNC_TENANT_ID": "your_tenant_id"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SOURCESYNC_API_KEY | Credential the server authenticates with. | Yes |
| SOURCESYNC_NAMESPACE_ID | Configuration value read at startup. | Optional |
| SOURCESYNC_TENANT_ID | Configuration value read at startup. | Optional |
| SOURCESYNCAI_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.