IAC Memory MCP Server
by AgentWong
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UV_PUBLISH_TOKEN | No | Your token used for publishing. | |
UV_PUBLISH_PASSWORD | No | Your password for publishing. | |
UV_PUBLISH_USERNAME | No | Your username for publishing. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add_resource | Add a new resource |
create_entity | Create a new entity with optional initial observation |
read_entity | Read an entity and its observations |
update_entity | Update an existing entity |
delete_entity | Delete an entity and its observations |
view_relationships | View relationships between entities and their observations |