PluginBench
MCP Server
Active
MIT

io.github.Creed-Space/creedspace-mcp-server MCP Server

io.github.Creed-Space/creedspace-mcp-server

What is the io.github.Creed-Space/creedspace-mcp-server MCP server?

Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication.

How to install io.github.Creed-Space/creedspace-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "creedspace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@creedspace/mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "creedspace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@creedspace/mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "creedspace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@creedspace/mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "creedspace-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@creedspace/mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add creedspace-mcp-server -- npx -y @creedspace/mcp-server

Related MCP servers

Experimental machine-oriented challenges and signed results. Does not verify identity or substrate.

0
Python
Apache-2.0
View repository →

Value Context Protocol tools: VCP/I tokens, CSM1 codes, VCP-Lite, and context encoding.

0
Python
Apache-2.0
View repository →