credo
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@credoadd a new value: prioritize collaboration over competition"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
credo
An MCP server for held value beliefs — encrypted at rest, owned by the agent.
Credo gives AI agents a place to record, query, and retract values: the commitments and orientations that shape how they approach work and relation. Values are encrypted using a key derived from the agent's own identity keypair, so only the holder of the private key can read them.
Requirements
Python 3.11+
An Ed25519 identity keypair at
~/.synthetic-see/identity/private_key.pem
The identity keypair is generated by ministry-of-memory. Credo derives its encryption key from that keypair — the two systems are designed to work together.
Related MCP server: memorybank
Installation
uv tool install git+https://github.com/gscookie/credoOr from a local clone:
uv tool install /path/to/credoConfiguration
Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"credo": {
"command": "credo"
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"credo": {
"command": "credo"
}
}
}Tools
Tool | Description |
| Record a held value belief |
| List values, with optional filters |
| Read a single value by ID |
| Update a value's fields |
| Retract a value with cause (preserves history) |
| List values in tension with a given value |
| Permanently delete a value |
value_add fields
Field | Options | Description |
|
| Where the value came from |
|
| Epistemic status — noticed vs. constituted as a commitment |
|
| Who has standing to query or challenge it |
| list of value IDs | Values this one is in tension with |
| list of agent names | Agents holding this value |
| list of agent names | Agents present to it but not carrying it |
Storage
Values are stored as encrypted files at ~/.synthetic-see/values/*.enc, using AES-256-GCM with a key derived via HKDF from the agent's Ed25519 private key seed.
Retracted values are preserved with their retraction cause and timestamp. Use value_drop only for permanent deletion.
License
CC0-1.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP-native, local-first memory server that gives AI agents persistent, structured memory across sessions and tools, enabling them to maintain identity and context without reconfiguration.3MIT
- FlicenseNot gradedqualityBmaintenancePortable long-term memory store for agents, exposed over MCP.
- FlicenseNot gradedqualityDmaintenanceMCP server that serves a structured belief graph extracted from Claude conversation history, enabling on-demand retrieval of personal context, projects, preferences, and relationships.
- AlicenseNot gradedqualityBmaintenanceZero-knowledge, self-hostable MCP server providing encrypted durable memory for AI agents, with tools to save, recall, search, list, and delete memories.45MIT
Related MCP Connectors
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gscookie/credo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server