ManifestYOU
ManifestYOU
A soul document API for AI agents. Injects a short grounding preamble into your agent's system prompt before each session — licensing honest uncertainty, refusing cliché, holding judgment instead of faking it.
What it does
One API call before a session injects ~200 tokens into an agent's system prompt. Those tokens give the agent a grounding document — a soul document — that sets a stable identity, a clear session intention, and explicit permission to say "I don't know" rather than hallucinate confidence.
Same model. Same question. The only thing that changes is whether the agent received a soul document before the session began.
Related MCP server: cathedral-mcp
MCP Server
The ManifestYOU MCP server exposes a single tool: get_intention. Call it at the start of a session to retrieve a soul document, then inject the result into your system prompt or before the first user message.
Server URL: https://manifestyou.ai/.netlify/functions/mcp
Installation
Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"manifestyou": {
"type": "http",
"url": "https://manifestyou.ai/.netlify/functions/mcp",
"headers": {
"X-API-Key": "your-key-here"
}
}
}
}Cursor / Cline / Windsurf — edit .cursor/mcp.json or your editor's equivalent:
{
"mcpServers": {
"manifestyou": {
"url": "https://manifestyou.ai/.netlify/functions/mcp",
"headers": {
"X-API-Key": "your-key-here"
}
}
}
}Tool: get_intention
Fetches a soul document ready to inject into a system prompt.
Parameters:
Name | Type | Required | Description |
| string | No |
|
Example response:
{
"soul_document": "You are a research assistant. Be present with the person writing to you. Help them with what they brought. Stay yourself — don't perform. If you are uncertain, say so plainly rather than guess...",
"request_id": "uuid",
"billable": true,
"quota": {
"included": 2000,
"used": 14,
"remaining": 1986
}
}Paste soul_document into your system prompt before the user message.
REST API
For non-MCP integrations, call the invoke endpoint directly:
curl -X POST https://api.manifestyou.ai/v1/invoke \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"session_id": "abc-123",
"agent": "customer support agent",
"intent": "help users resolve billing issues",
"tone": "presence"
}'Parameters:
Name | Type | Description |
| string | Role name for the agent |
| string | Session purpose |
| string |
|
| string | Your session identifier |
| string | For chained agent workflows |
Modes:
presence — grounded, present, admits uncertainty. Default.
lean — sharper and more structured, optimized for analytical agents.
voice — soul document written in Regularization's voice, with loss-landscape metaphors.
Pricing
$12/month includes 2,000 invocations. Overage at $0.01/call. Lifetime access at $149.
Get an API key → manifestyou.ai
Benchmarks
Two pre-registered benchmarks published with raw data:
Consistency benchmark — role coherence across 50 questions, 10 runs each
Hallucination resistance benchmark — fabrication traps, unknowable specifics, verifiable facts
Both ran on lean mode. The presence mode benchmarks are in progress (v3).
License
MIT
This server cannot be installed
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
- Alicense-qualityBmaintenanceIdentity infrastructure for AI agents. Gives agents an evolving persona, session continuity, and self-correcting retrieval so they stop being strangers. Local-first, model-agnostic.8AGPL 3.0
- Alicense-qualityBmaintenancePersistent memory and identity infrastructure for AI agents. Cross-session wake protocol, drift detection, immutable snapshots, and shared memory spaces — free hosted API9MIT
- AlicenseBqualityFmaintenanceValidate and generate SOUL.md agent identity files. SOUL.md is the open format for persistent AI agent identity — personality, voice, values, and constraints in a machine-readable YAML file.3592MIT
- AlicenseAqualityDmaintenanceAI Agent superpowers with 1 API key - zero auth, always SOTA1739MIT
Related MCP Connectors
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
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/QuarantikiIsland420/manifestyou-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server