← Top 100 / Full directory (5,562)

Creed Space

AI & Memory Remote 16 tools

Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication. Creed Space gives agents machine-readable value systems: pick a persona (ambassador, nanny, sentinel, godparent, muse, anchor), pull its merged constitution, generate complete system prompts, and evaluate actions against declared values. 16 tools, no credentials required — runs against the public Creed Space API. - Website: https://www.creed.space - Repo: https://github.com/Creed-Space/creedspace-mcp-server - npm: `@creedspace/mcp-server` (also installable locally via `npx`)

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://creedspace--nell.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(16)
  • get_constitution

    Get the merged constitution for a specific persona, including all active rules and UVC qualities

  • list_personas

    List all available AI personas with their descriptions and current status

  • set_persona

    Switch to a different AI persona for the current session

  • get_uvc_qualities

    Get the desired, disliked, and never qualities for a persona from the UVC system

  • get_system_prompt

    Get a complete system prompt for a persona including constitution and UVC qualities

  • preview_export

    Preview the export configuration for Claude Code or other AI tools

  • get_constitution_by_id

    Get a specific constitution by its ID

  • search_constitutions

    Search constitutions by keyword or persona

  • get_active_persona

    Get the currently active persona for this session

  • clear_cache

    Clear the local cache to force fresh data from the API

  • adjudicate

    Get a policy decision kernel for a user request based on active constitutions and persona

  • get_anchor

    Get a compact anchor (1-2KB) with top 10 non-negotiable rules and creed hash for quick context reinforcement

  • attest_response

    Validate a response against the active creed to check for violations and ensure attestation

  • heartbeat

    Periodic re-anchoring to prevent context drift - returns mini-anchor every 10 messages

  • perform_multi_scale_handshake

    Perform N-party value handshake across micro/meso/macro scales with anti-collusion and hierarchical budgets

  • get_scale_attestation

    Get attestation record with hash chain for a specific scale and entity

Related servers