Skip to content

Commit 2d81ff2

Browse files
Add Engraphis MCP server
1 parent ceaa6b4 commit 2d81ff2

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "../../schemas/server-metadata.schema.json",
3+
"id": "github-coding-dev-tools-engraphis-ae379e77",
4+
"source": {
5+
"issue": 1578,
6+
"projectUrl": "https://github.com/Coding-Dev-Tools/engraphis"
7+
},
8+
"transport": [
9+
"stdio",
10+
"streamable-http"
11+
],
12+
"auth": {
13+
"type": "none",
14+
"notes": []
15+
},
16+
"clients": [
17+
"Claude Code",
18+
"Cursor",
19+
"Cline",
20+
"Zed"
21+
],
22+
"license": "Apache-2.0"
23+
}

docs/search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,4 @@ Servers providing web search capabilities or interfacing with specialized search
189189
- [wp-a/nature-academic-search](https://github.com/wp-a/nature-academic-search): Search, deduplicate, verify, and export scholarly paper metadata across Crossref, PubMed, arXiv, OpenAlex, and Europe PMC through a local stdio MCP server.
190190
- [cgdev2019/comparefairly-mcp](https://github.com/cgdev2019/comparefairly-mcp): Neutral, sourced comparisons of products and services across any category, localized by language and country; returns per-criterion values, sub-scores and the source link behind each value. Install: `npx github:cgdev2019/comparefairly-mcp`.
191191
- [priya-sundaram-dev/whoosh](https://github.com/priya-sundaram-dev/whoosh): Local, offline full-text search over your own files. Point it at a folder of Markdown, text, or reStructuredText docs and it builds an on-disk index with BM25 ranking and highlighting — no server, cloud, or API key. Pure Python (the actively-maintained Whoosh fork). Install: `pip install "whoosh3[mcp]"` then `whoosh-mcp ~/notes`; also ships a Dockerfile. Stdio transport, no auth. Tools: `search`, `fetch`. BSD-2-Clause.
192+
- [Engraphis](https://github.com/Coding-Dev-Tools/engraphis): Give coding agents durable project memory with Ebbinghaus decay, bi-temporal facts, hybrid vector/lexical/graph retrieval, and context-packed MCP responses. Tools include engraphis_record, engraphis_recall, engraphis_consolidate, and more.

0 commit comments

Comments
 (0)