MCP Directory
Back

terrarium-mcp

by jfinstrom · TypeScript · ★ 1

Terrarium MCP is a [Model Context Protocol](https://modelcontextprotocol.io) server that provides the environment, context, and dependencies your coding assistant needs for FreePBX® module development.

Install

npx -y github:jfinstrom/terrarium-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "terrarium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:jfinstrom/terrarium-mcp"
      ]
    }
  }
}

From the README

**A grounded development environment for AI-assisted FreePBX module work.** Terrarium MCP is a [Model Context Protocol](https://modelcontextprotocol.io) server that provides the environment, context, and dependencies your coding assistant needs for FreePBX® module development. It packages curated documentation, topic dependencies, and optional source repositories so module work can stay grounded in the actual framework. It is a community reference tool. It is **not** official software or official documentation from Sangoma or the FreePBX project. **Author:** [James Finstrom](https://github…
Read full README on GitHub →

Related other servers