Catalog
io.gildara/mcp-server
Officialby gildara-io · JavaScript
Operating contracts for AI agents. Structured instructions compiled into system prompts.
Compile structured operating contracts into system prompts for AI agents.
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.6"
],
"env": {
"GILDARA_API_KEY": "<YOUR_GILDARA_API_KEY>"
}
}
}
}