LIVE ENDPOINT
https://aura.rohnelt.dev/mcp
Connect to this endpoint to inspect the live schema for memory_set and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aura]
url = "https://aura.rohnelt.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aura": {
"type": "http",
"url": "https://aura.rohnelt.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aura
Remote MCP URL: https://aura.rohnelt.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aura": {
"url": "https://aura.rohnelt.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aura": {
"type": "http",
"url": "https://aura.rohnelt.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aura",
"transport": "streamable-http",
"url": "https://aura.rohnelt.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
capabilities— Return the full machine-readable manifest of Aura: every operation, its price in USD, its input schema and how to pay.identity_create— Turn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token.whoami— Return your handle, email address, webhook base URL, current balance and quota usage.credit_deposit— Pay USDC once and receive spendable Aura credit.memory_get— Fetch one stored value by its exact key.memory_search— Find stored memories by meaning rather than by exact key.memory_list— List your stored keys with metadata, without returning the values.memory_delete— Delete a stored key.