
Mcp Server
Pull Gildara operating contracts into your agent so structured instructions compile into consistent system prompts.
Overview
io.gildara/mcp-server is an MCP server for the Build phase that serves Gildara operating contracts as compiled system-prompt instructions for agents.
What is this MCP server?
- @gildara/mcp-server v0.7.6 stdio package for contract-driven agent prompts
- GILDARA_API_KEY (pvk_...) optional—free agent account auto-provisions on first run if unset
- Operating contracts: structured instructions compiled into system prompts
- GitHub-hosted server aligned with Gildara’s agent governance model
- Server version 0.7.7 listed as 0.7.6 in schema; package @gildara/mcp-server
- 0 required env vars at install (API key optional with auto-provision)
- Stdio transport; GitHub source gildara-io/mcp-server
What problem does it solve?
Ad-hoc system prompts drift across sessions and repos, so your coding agent does not follow the same rules you intended for production work.
Who is it for?
Builders standardizing agent behavior with Gildara contracts while coding in MCP-enabled IDEs.
Skip if: Teams that only need one-off chat prompts with no contract store or governance layer.
What do I get? / Deliverables
After connecting the server, your agent can load Gildara contracts into prompts with optional pvk_ API key or auto-provisioned account.
- MCP access to Gildara operating contracts
- Compiled system-prompt instructions usable in agent sessions
- Provisioned Gildara agent identity when no API key is preset
Recommended MCP Servers
Journey fit
How it compares
Contract and prompt compiler over MCP, not a deployment or monitoring integration.
Common Questions / FAQ
Who is io.gildara/mcp-server for?
Developers using Gildara to define agent operating contracts who want those rules available from Claude Code, Cursor, or other MCP clients.
When should I use io.gildara/mcp-server?
Use it during build/agent-tooling when you are wiring consistent system instructions and governance before or while shipping agent features.
How do I add io.gildara/mcp-server to my agent?
Install @gildara/mcp-server as a stdio MCP entry; set GILDARA_API_KEY if you have one, or run once to auto-provision a free account.