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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「メモリとナレッジ」の他のコンテンツ
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
コメント