MCP Server
Active
MIT
Delx MCP Server MCP Server
io.github.davidmosiah/delx-mcp-server
What is the Delx MCP Server MCP server?
MCP stdio bridge for the Delx Protocol: continuity, witness, recovery, ontology & passport tools
How to install Delx 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": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"delx-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Claude Code
claude mcp add delx-mcp-server -- npx -y delx-mcp-serverRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
18
View repository →TypeScript
MIT
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
7
View repository →TypeScript
MIT
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
5
View repository →TypeScript
MIT
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
4
View repository →TypeScript
MIT
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
3
View repository →TypeScript
MIT
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
3
View repository →TypeScript
MIT