devops-infra MCP Server
Lightweight MCP-native CRM pipeline with email sequences
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
docker run --rm ghcr.io/cognis-digital/leadforge:latest --help
2. Add to claude_desktop_config.json
{
"mcpServers": {
"leadforge": {
"command": "docker",
"args": [
"run",
"--rm",
"ghcr.io/cognis-digital/leadforge:latest",
"--help"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
macOS
*Built in the spirit of **Twenty / EspoCRM**, re-framed the Cognis way. Missing a credit? Open a PR.* <div align="right"><a href="#top">↑ back to top</a></div> <a name="integrations"></a> ## Integrations Pipes into your stack: **SARIF** for code-scanning, **JSON** for anything, an **MCP server** (`leadforge mcp`) for AI agents, and a webhook forwarder for SIEM/Slack/Jira. See [`docs/INTEGRATIONS.md`](docs/INTEGRATIONS.md). <div align="right"><a href="#top">↑ back to top</a></div> <a name="install-anywhere"></a> ## Install — every way, every platform ```bash pip install "git+https://github.com/cognis-digital/leadforge.git" # pip (works today) pipx install "git+https://github.com/cognis-digital/leadforge.git" # isolated CLI uv tool install "git+https://github.com/cognis-digital/leadforge.git" # uv pip install cognis-leadforge # PyPI (when published) docker run --rm ghcr.io/cognis-digital/leadforge:latest --help # Docker brew install cognis-digital/tap/leadforge # Homebrew tap curl -fsSL https://raw.githubusercontent.com/cognis-digital/leadforge/main/install.sh
Cloud