feat: add MCP server for Cursor, Claude Code, and Windsurf support#4
Merged
feat: add MCP server for Cursor, Claude Code, and Windsurf support#4
Conversation
Add dual-mode MCP server alongside existing OpenCode plugin so any MCP-compatible client can share the same codebase index. - Create src/mcp-server.ts with 8 tools and 4 prompts wrapping Indexer - Create src/cli.ts with --project/--config flags and stdio transport - Add bin entry (opencode-codebase-index-mcp) to package.json - Move @modelcontextprotocol/sdk and zod to optional peer dependencies - Add createRequire ESM banner for native .node module loading - Add 16 tests via InMemoryTransport covering all tools and prompts - Update README with MCP setup docs (Cursor, Claude Code config examples) - Update AGENTS.md with MCP entries in file structure and code map Closes #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/mcp-server.ts) exposing all 8 index tools and 4 prompts over stdio transport, enabling integration with Cursor, Claude Code, and Windsurfsrc/cli.ts) with--projectand--configflags, registered asopencode-codebase-index-mcpbinInMemoryTransportfor tool/prompt registration and execution