Catalog
MCP Server
Officialdeprecatedby Gildaraio
Operating contracts for AI agents. Structured instructions compiled into system prompts.
Compile structured operating instructions into AI agent system prompts.
README not available yet.
Install
Configuration
Environment variables
GILDARA_API_KEYYour API key (pvk_...). If unset, auto-provisions a free agent account on first run.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@gildara/mcp-server@0.7.5"
],
"env": {
"GILDARA_API_KEY": "<YOUR_GILDARA_API_KEY>"
}
}
}
}