IaC Memory MCP Server
@MCP-Mirror
IaC Memory MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"AgentWong_iac-memory-mcp-server-project": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is IaC Memory MCP Server?
IaC Memory MCP Server is a Model Context Protocol (MCP) server that provides persistent memory storage, version tracking, and relationship mapping for Infrastructure-as-Code (IaC) components, specifically for Terraform and Ansible resources. It is designed to enhance Claude AI’s ability to maintain accurate, version-aware context for IaC resources.
How to use IaC Memory MCP Server?
Configure via Claude Desktop’s mcpServers using uv run (development) or uvx from the Git repository (production). Set the DATABASE_URL environment variable to the SQLite database path. Once connected, use the server’s prompts and tools (e.g., search_resources, analyze_entity, get_terraform_provider_info, add_ansible_collection) via the MCP protocol.
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
- Searching and retrieving Terraform provider or resource information
- Analyzing an infrastructure entity and its dependencies
- Registering and updating Ansible collections with version history
- Managing and querying resource relationships for impact analysis
FAQ from IaC Memory MCP Server
What platforms does IaC Memory MCP Server support?
It supports Terraform, Ansible, and a general “iac” category for infrastructure entities, using URIs like resources://terraform/providers/aws or resources://ansible/collections/community.aws.
How do I integrate IaC Memory MCP Server with Claude Desktop?
Add an entry to mcpServers in Claude Desktop’s configuration. For development use uv run, for production use uvx from the Git repository, and set the DATABASE_URL environment variable.
What environment variables does IaC Memory MCP Server require?
DATABASE_URL (SQLite database location) is required. Optional variables: MCP_DEBUG (enable debug logging) and MCP_TEST_MODE (enable test mode for database resets).
Is IaC Memory MCP Server still maintained?
The author notes that due to cost prohibitive reasons, they do not intend to develop or maintain this project further.
Where does data for IaC Memory MCP Server live?
All data is stored in a SQLite database, whose path is specified by the DATABASE_URL environment variable.
「メモリとナレッジ」の他のコンテンツ
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
コメント