Mint a personal access token, drop it into your MCP client, and your raven is live. This is a preview — accounts & private memory (Muninn) are on the way.
Your Bearer token when connecting an MCP client. It's shown once.
Your raven will remember your stack across web & MCP threads — isolated to your account, never shared.
Coming with WorkOS accounts: personalized instructions, import/export, and an agent you can shape over time.
Pick your client, paste the config, and Raven shows up as a tool. Your token is filled in above.
{
"mcpServers": {
"stellar-raven": {
"command": "npx",
"args": [
"mcp-remote",
"https://raven.stellar.buzz/mcp",
"--header",
"Authorization: Bearer raven_pat_…"
]
}
}
}
{
"mcpServers": {
"stellar-raven": {
"command": "npx",
"args": [
"mcp-remote",
"https://raven.stellar.buzz/mcp",
"--header",
"Authorization: Bearer raven_pat_…"
]
}
}
}
// Anthropic Messages API — mcp_servers connector { "type": "url", "url": "https://raven.stellar.buzz/mcp", "name": "stellar-raven", "authorization_token": "raven_pat_…" }
POST https://raven.stellar.buzz/mcp Authorization: Bearer raven_pat_… Content-Type: application/json Accept: application/json, text/event-stream
Then ask: ask_stellar_raven("…"). Long research streams progress; poll get_stellar_raven_answer with the returned threadId if it's still working.