Community tools: Windows-native vchord build + Hindsight installer MCP #1264
grimmjoww
started this conversation in
Show and tell
Replies: 1 comment
-
|
hey @grimmjoww great work! would you like to get this into Integrations page here? https://hindsight.vectorize.io/integrations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Hindsight maintainers + community 👋
Spent a Friday night on two related community contributions — sharing here as informational, not asking for any action.
1. Native Windows MSVC build of VectorChord (vchord)
Repo: https://github.com/grimmjoww/vchord-windows-port (MIT, docs + scripts only — no vchord source code redistributed)
2. hindsight-installer-mcp (Model Context Protocol server)
Repo: https://github.com/grimmjoww/hindsight-installer-mcp (MIT, Python, MCP-compatible)
Wraps Hindsight admin operations as MCP tools so any agent (Claude Code, Cursor, Cline, Continue, OpenAI Codex, Gemini CLI) can:
In pg0 mode the entire workflow is admin-free. In system Postgres mode there is one elevation prompt at install time.
This is intentionally a separate MCP from hindsight-memory — different security domain (admin ops vs user data ops), different audiences. Users who want both run them side-by-side in their MCP config.
Status
Both repos are MIT, lazily maintained as side-project glue layers. PRs welcome but no SLA. If maintainers ever want to incorporate any of this content into official Hindsight docs/tooling, please feel free — written under MIT specifically so there is no friction.
Related: PR #1258 (reindex-embeddings command) and PR #1263 (lint fix for ty-embed Windows-only subprocess attrs) are the upstream contributions this work depends on.
Beta Was this translation helpful? Give feedback.
All reactions