Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

create_entity

Add a new entity to the knowledge graph with a name, type, and optional initial observation to enhance Infrastructure-as-Code information management.

Instructions

Create a new entity in the knowledge graph with optional initial observations

Input Schema

NameRequiredDescriptionDefault
nameYesEntity name
observationNoInitial observation
typeYesEntity type

Input Schema (JSON Schema)

{ "description": "Create a new entity in the knowledge graph with optional initial observations", "properties": { "name": { "description": "Entity name", "type": "string" }, "observation": { "description": "Initial observation", "type": "string" }, "type": { "description": "Entity type", "type": "string" } }, "required": [ "name", "type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentWong/iac-memory-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server