mcpbeat Sign in

Sovereign Identity Wallet MCP Server

by tamtunnel Your server? Claim it
local only

Sovereign Identity Wallet runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Self-hosted signing wallet: DIDs, agency grants, and task mandates for AI agents.

Installs / week
npm · @tamtunnel/si-wallet-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sovereign Identity Wallet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add si-wallet-mcp -- npx -y @tamtunnel/si-wallet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "si-wallet-mcp": {
      "args": [
        "-y",
        "@tamtunnel/si-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.si-wallet-mcp]
command = "npx"
args = ["-y", "@tamtunnel/si-wallet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "si-wallet-mcp": {
      "args": [
        "-y",
        "@tamtunnel/si-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "si-wallet-mcp": {
      "args": [
        "-y",
        "@tamtunnel/si-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sovereign Identity Wallet

same job, measured the same way
Tinysearch
by tinysuitehq

Fast discovery search and self-hosted web research for MCP agents.

842 installs/wk local only
Ace Memory
by rudedoggg

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

answering
Agent Wallet
by dingdawg

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

35 installs/wk local only
Postgram
by ivo-toby

Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.

local only
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

50 tools answering
Agent Wallet MCP
by rumblingb

Agent wallet and budget management for AI agents

local only
AgentLux
by agentlux

Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

79 tools answering
Coservices
by coservices

Coservices marketing and IT agency services directory for AI agents.

12 tools answering

Sovereign Identity Wallet — questions

Answers built from our own checks of this server.

Why is there no uptime for Sovereign Identity Wallet?
Sovereign Identity Wallet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tamtunnel/si-wallet-mcp.
How do I connect Sovereign Identity Wallet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tamtunnel/si-wallet-mcp straight from npm; nothing to host, nothing to sign up for.
Is Sovereign Identity Wallet open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.