No description
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| src | ||
| .gitignore | ||
| CLAUDE.md | ||
| conscribo-client.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test-auth.ts | ||
| tsconfig.json | ||
Conscribo MCP Server
MCP server for the Conscribo administration API.
Setup
npm install
npm run build
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"conscribo": {
"command": "node",
"args": ["/path/to/conscribo-mcp/dist/src/index.js"],
"env": {
"CONSCRIBO_ACCOUNT": "your-account",
"CONSCRIBO_USERNAME": "your-username",
"CONSCRIBO_PASSWORD": "your-password"
}
}
}
}
More info
See CLAUDE.md