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, refusi
Описание
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é, and holding judgment instead of faking it. One call. ~200 tokens. Same model, better agent.
README
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.
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 |
|---|---|---|---|
session_type |
string | No | general (default) · analytical · creative · customer_service |
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 |
|---|---|---|
agent |
string | Role name for the agent |
intent |
string | Session purpose |
tone |
string | presence (default) · lean · voice |
session_id |
string | Your session identifier |
lineage_id |
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
Установка ManifestYOU
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/QuarantikiIsland420/manifestyou-aiFAQ
ManifestYOU MCP бесплатный?
Да, ManifestYOU MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ManifestYOU?
Нет, ManifestYOU работает без API-ключей и переменных окружения.
ManifestYOU — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ManifestYOU в Claude Desktop, Claude Code или Cursor?
Открой ManifestYOU на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare ManifestYOU with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
