MCP server for Self protocol integration assistance
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-selfxyz-self-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Self MCP Server MCP server for [Self protocol](https://self.xyz) integration assistance. Helps developers add privacy-preserving identity verification to their apps. ## Features - **Core Self Protocol Tools**: Integration guides, code generation, debugging assistance - **Tools.self.xyz Integration**: Direct interaction with blockchain for reading configurations and generating hashes - **Web3 Integration**: Read-only blockchain operations (no write operations to keep it free) - **Comprehensive Documentation**: Resources and prompts for Self protocol development ## Installation ### Option 1: Install from GitHub (Recommended) ```bash pip install git+https://github.com/selfxyz/self-mcp.git ``` After installation, run with: `self-mcp` ### Option 2: Local Development Setup 1. **Clone the repository**: ```bash git clone https://github.com/selfxyz/self-mcp.git cd self-mcp ``` 2. **Create virtual environment**: ```bash python -m venv venv # On macOS/Linux: source venv/bin/activate # On Windows: venv\Scripts\activate ``` 3. **Install dependencies**: ```bash pip install -e . ``` 4. **Verify installation**: ```bash python server.py # Should start without errors ``` ## Configuration ### For Claude Desktop Add to `claude_desktop_config.json`: **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json` **Windows**: `%APPDATA%\Claude\claude_desktop_config.json` ```json { "mcpServers": { "self-mcp": { "command": "/path/to/your/python", "args": [ "/path/to/self-mcp/self-mcp/server.py" ], "cwd": "/path/to/self-mcp/self-mcp" } } } ``` ### For Cursor Create `mcp.json` in your project root: #### Option 1: Using Python directly (simple) ```json { "mcpServers": { "self-mcp": { "command": "/path/to/your/python", "args": [ "/path/to/self-mcp/self-mcp/server.py" ], "cwd": "/path/to/self-mcp/self-mcp" } } } ``` #### Option 2: Using uv (recommended for dependency ma…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.