MCP Server
Active
MIT
io.github.emergent-wisdom/semahash MCP Server
io.github.emergent-wisdom/semahash
What is the io.github.emergent-wisdom/semahash MCP server?
Content-addressed semantics: fail-closed handshakes over 452 cognitive patterns.
How to install io.github.emergent-wisdom/semahash
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": {
"semahash": {
"command": "uvx",
"args": [
"semahash",
"--from",
"semahash",
"sema",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"semahash": {
"command": "uvx",
"args": [
"semahash",
"--from",
"semahash",
"sema",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"semahash": {
"command": "uvx",
"args": [
"semahash",
"--from",
"semahash",
"sema",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"semahash": {
"type": "stdio",
"command": "uvx",
"args": [
"semahash",
"--from",
"semahash",
"sema",
"mcp"
]
}
}
}Claude Code
claude mcp add semahash -- uvx semahash --from semahash sema mcpRelated MCP servers
Persistent reasoning memory for AI agents via typed cognitive nodes and supersedes edges.
0
View repository →TypeScript
MIT