MCP Server
io.github.xkumakichi/xaip-mcp-server MCP Server
io.github.xkumakichi/xaip-mcp-server
What is the io.github.xkumakichi/xaip-mcp-server MCP server?
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
How to install io.github.xkumakichi/xaip-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": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"xaip-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
}Claude Code
claude mcp add xaip-mcp-server -- npx -y xaip-mcp-serverRelated MCP servers
Know if you can trust your MCP server. Trust judgment for AI agents.
View repository →