Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions data/server-metadata/github-stonianua-neither-mcp-d28456da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$schema": "../../schemas/server-metadata.schema.json",
"id": "github-stonianua-neither-mcp-d28456da",
"source": {
"issue": 2324,
"projectUrl": "https://github.com/stonianua/neither-mcp"
},
"description": "Local stdio MCP server for retrieving selected company and project context from Neither's hosted context graph with source evidence for Cursor and Claude Desktop.",
"category": "Knowledge Management & Memory",
"links": {
"docs": "https://www.neither.online/start/?product=dev"
},
"install": {
"commands": [
"npx -y @neitherai/mcp-server"
],
"env": [
"NEITHER_API_KEY"
],
"confidence": "high"
},
"transport": [
"stdio"
],
"auth": {
"type": "api-key",
"notes": [
"Requires NEITHER_API_KEY in the MCP server environment. NEITHER_API_BASE is optional and defaults to https://api.neither.online."
]
},
"clients": [
"Cursor",
"Claude Desktop"
],
"license": "MIT",
"verification": {
"status": "partial",
"notes": [
"GitHub repository and Neither setup pages returned HTTP 200 during maintainer review on 2026-09-11.",
"npm package @neitherai/mcp-server returned public package metadata during maintainer review."
]
},
"community": {
"maintainedBy": [
"@stonianua"
],
"verifiedBy": [],
"claimed": false
}
}
1 change: 1 addition & 0 deletions docs/knowledge-management--memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,3 +597,4 @@ Servers connecting to personal knowledge bases, flashcard apps, building/queryin
- [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`.
- [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`.
- [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.
- [Neither](https://github.com/stonianua/neither-mcp): Local stdio MCP server for retrieving selected company and project context from Neither's hosted context graph with source evidence. Install: `npx -y @neitherai/mcp-server`; requires `NEITHER_API_KEY` from a Neither workspace. Site: https://www.neither.online/start/?product=dev. Official Registry: `io.github.stonianua/neither-mcp`. MIT.
Loading