Skip to content

Commit d38eabe

Browse files
Add Neither MCP server
1 parent 934bed6 commit d38eabe

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "../../schemas/server-metadata.schema.json",
3+
"id": "github-stonianua-neither-mcp-d28456da",
4+
"source": {
5+
"issue": 2324,
6+
"projectUrl": "https://github.com/stonianua/neither-mcp"
7+
},
8+
"transport": [
9+
"stdio"
10+
],
11+
"auth": {
12+
"type": "none",
13+
"notes": []
14+
},
15+
"clients": [
16+
"Cursor",
17+
"Claude Desktop"
18+
],
19+
"license": "MIT"
20+
}

docs/knowledge-management--memory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,3 +597,4 @@ Servers connecting to personal knowledge bases, flashcard apps, building/queryin
597597
- [Xanther-Ai/xanther-context-engine](https://github.com/Xanther-Ai/xanther-context-engine): Open-source code intelligence + agent memory engine. Indexes a codebase into a Neo4j knowledge graph across four layers (AST, summaries, docs, architecture) and gives agents cross-session recall of code facts and past sessions, plus tools for architecture context, semantic search, impact analysis, and cross-level tracing. Install: `pip install "xanther-xce[all]"`; run `xce serve`. Transport: `stdio` (also `sse`); no auth; clients: Claude Code, Cursor, Kiro, and compatible MCP clients; MIT. PyPI: `xanther-xce`.
598598
- [Xanther-Ai/xanther-memory-engine](https://github.com/Xanther-Ai/xanther-memory-engine): Persistent cross-session memory for AI coding assistants — episodic session transcripts, an extracted fact graph (decisions, attempts, preferences, conventions), and per-project working context. Auto-captures sessions via IDE hooks; local-first over SQLite with optional Neo4j + OpenSearch. Install: `pip install xanther-xme`; run `xme` as an MCP server. Transport: `stdio`; no auth; clients: Claude Code, Cursor, Kiro, and compatible MCP clients. PyPI: `xanther-xme`.
599599
- [csoai-gspc-mcp](https://github.com/CSOAI-ORG/councilof-ai): Independent AI-behaviour measurement MCP for checking systems against frozen instruments and publishing a live GSPC board, signed cards, Merkle root, Rekor witness, and corrections ledger. Remote Streamable HTTP endpoint: `https://councilof.ai/mcp`; free board at `https://councilof.ai/api/gspc`; paid evidence packs settle over x402 on Base. Local bridge: `npx -y csoai-gspc-mcp`. MIT.
600+
- [Neither](https://github.com/stonianua/neither-mcp): Hosted company/project context graph exposed over local stdio MCP for Cursor and Claude Desktop — selected notes/docs, retrieve with source evidence. Install: `npx -y @neitherai/mcp-server`. Site: https://www.neither.online/start/?product=dev. Official Registry: `io.github.stonianua/neither-mcp`. npm: `@neitherai/mcp-server`.

0 commit comments

Comments
 (0)