MCP.so
ログイン

IaC Memory MCP Server

@AgentWong

IaC Memory MCP Server について

This is a personal project to see if Claude 3.5 Sonnet can write a moderately complex MCP Server in Python.

基本情報

カテゴリ

メモリとナレッジ

トランスポート

stdio

公開者

AgentWong

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "iac-memory-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is IaC Memory MCP Server?

An MCP server that provides persistent memory storage for Infrastructure-as-Code (IaC) components, with version tracking and relationship mapping for Terraform and Ansible resources.

How to use IaC Memory MCP Server?

Configure it in Claude Desktop using uv (development) or uvx (production). Set DATABASE_URL environment variable for SQLite database location. Alternatively, run locally with uv sync and use the MCP Inspector for testing.

Key features of IaC Memory MCP Server?

  • Persistent storage and version tracking for IaC components
  • Hierarchical resource organization with URI-based access
  • Comprehensive relationship mapping between components
  • Version-specific documentation management
  • Schema validation and temporal metadata tracking
  • Automated relationship analysis and insights

Use cases of IaC Memory MCP Server?

  • Search for specific Terraform providers or Ansible modules
  • Analyze an entity and its relationship graph
  • Manage Terraform provider versions and resource definitions
  • Manage Ansible collections and modules with version compatibility
  • Create, update, and delete infrastructure entities

FAQ from IaC Memory MCP Server

What platforms are supported?

Terraform, Ansible, and general IaC entities (via iac platform).

How do I configure the database?

Set the DATABASE_URL environment variable to a SQLite connection string, e.g., sqlite:////path/to/db.sqlite.

Is this server actively maintained?

No. The author states it is a personal project that has become cost prohibitive and is not intended for further development.

What transport does the server use?

The server uses the standard MCP transport for communication with MCP clients (e.g., Claude Desktop). No authentication is mentioned.

What license is this project under?

MIT License – see the LICENSE file for details.

コメント

「メモリとナレッジ」の他のコンテンツ