Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"famulor": {
"url": "https://mcp.famulor.io/mcp",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Control your Famulor AI voice agents — calls, leads, campaigns, knowledge bases, conversations, WhatsApp, SIP trunks — directly from Claude, Cursor, Windsurf, VS Code and any other MCP-compatible client.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'echo' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked echo against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.famulor/famulor-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Control your Famulor AI voice agents — calls, leads, campaigns, knowledge bases, conversations, WhatsApp, SIP trunks — directly from Claude, Cursor, Windsurf, VS Code and any other MCP-compatible client.
mcp.famulor.io · Get an API key · Docs
Add the server in your editor, then sign in with your Famulor API key when prompted in the browser.
Server URL:
https://mcp.famulor.io/mcpis the canonical endpoint. Bothhttps://mcp.famulor.io/andhttps://mcp.famulor.io/mcpwork as MCP URLs, so you can paste either into your client's connector dialog.
claude mcp add --transport http famulor https://mcp.famulor.io/mcp
Add the server first — authenticate via your API key when prompted.
Settings > Connectors > Add custom connector
https://mcp.famulor.io/mcp
Copy the URL, paste it into the connector dialog, and sign in when prompted.
.cursor/mcp.json
{
"mcpServers": {
"famulor": {
"type": "http",
"url": "https://mcp.famulor.io/mcp"
}
}
}
Add the server first — authenticate via your API key when prompted.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"famulor": {
"serverUrl": "https://mcp.famulor.io/mcp"
}
}
}
Add the server first — authenticate via your API key when prompted.
.vscode/mcp.json
{
"servers": {
"famulor": {
"type": "http",
"url": "https://mcp.famulor.io/mcp"
}
}
}
Add the server first — authenticate via your API key when prompted.
Cline extension > MCP Servers > Configure
{
"mcpServers": {
"famulor": {
"url": "https://mcp.famulor.io/mcp"
}
}
}
Add the server first — authenticate via your API key when prompted.
~/.continue/config.yaml
mcpServers:
- name: famulor
type: streamable-http
url: "https://mcp.famulor.io/mcp"
Add the server first — authenticate via your API key when prompted.
openclaw mcp add famulor --url https://mcp.famulor.i
... [View full README on GitHub](https://github.com/bekservice/famulor-mcp#readme)