Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SourceSync.ai MCP Server
Claim
by
scmdr
npm
GitHub
Knowledge & Memory
Search
File Systems
37
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.env.example
.gitignore
.gitmojirc.json
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
smithery.yaml
tsconfig.json
{ "name": "sourcesyncai-mcp", "version": "1.0.11", "description": "", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "start": "node dist/index.js", "dev": "npm run build && npm run start", "format": "prettier --write --list-different .", "prepare": "npm run build", "release": "npm run build && npm publish" }, "bin": { "sourcesyncai-mcp": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "rag", "data connectors", "sourcesync ai", "retrieval engine" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "1.6.1", "dotenv": "16.4.7", "form-data": "4.0.2", "wretch": "2.11.0", "zod": "3.24.2" }, "devDependencies": { "@types/form-data": "2.5.2", "@types/node": "22.13.8", "prettier": "3.5.3", "typescript": "5.8.2" } }