HawkeyeAIBridge
MCP server for fast local code & content search powered by Hawkeye. Enables AI assistants to search indexed codebases & assets with natural language queries.
README
Hawkeye AI Bridge MCP Server
Use Hawkeye from VS Code Agent Chat and other MCP-compatible AI coding assistants.
Hawkeye AI Bridge exposes Hawkeye's fast local search capabilities and overview through the Model Context Protocol (MCP), making it possible for AI coding assistants to search large codebases, assets, sounds files, models, text files, localization files, and project content through Hawkeye.
Hawkeye runs locally/on-premises. Your code is not uploaded by Hawkeye, and Hawkeye itself does not use AI for indexing or searching.
This repository contains setup instructions, configuration examples, and MCP metadata only. Hawkeye and Hawkeye AI Bridge are proprietary software owned by Zaragsoft.
What is this?
This repository is the official public setup and discovery repository for using Hawkeye AI Bridge as an MCP server.
It does not contain the proprietary Hawkeye AI Bridge source code.
Why use Hawkeye AI Bridge with VS Code?
Hawkeye helps developers quickly search and understand large projects. With MCP support, VS Code Agent Chat and other MCP-compatible tools can ask Hawkeye for fast local search results saving tokens on each call using it.
Typical use cases:
- Find all references to a class, function, symbol, asset, localization key, or file.
- Search large codebases without relying only on editor search.
- Help AI coding assistants understand more of the project before making changes.
- Navigate large game/software projects with less reliance on tribal knowledge.
- Keep search local/on-premises.
- Better overview.
- Token savings listed below.
<img width="1371" height="841" alt="image" src="https://github.com/user-attachments/assets/2ce83c09-1302-4e07-b226-d23d14b676ee" />
Installation
-
Download and install Hawkeye from: https://www.zaragsoft.se/downloads
-
Download and install Hawkeye AI Bridge from: https://www.zaragsoft.se/aibridge
-
Open VS Code.
-
Add the MCP server configuration.
-
Open Copilot Chat in Agent Mode.
-
Use the Hawkeye MCP tools from Agent Chat.
VS Code MCP configuration
Windows example
{
"servers": {
"hawkeye": {
"type": "stdio",
"command": "C:\\Program Files\\Hawkeye\\HawkeyeAIBridge.exe",
"args": []
}
}
}
Adjust the path if Hawkeye AI Bridge is installed somewhere else.
Install the Hawkeye skill
Copy hawkeye-search.skill to one of these locations:
Global (all VS Code projects): ~/.claude/skills/
Or workspace-specific: .claude/skills/
Example prompts
Ask your AI coding assistant:
- Use Hawkeye to find all references to this class.
- Search the workspace for where this asset name is used.
- Find likely files related to the inventory system.
- Search for this localization key across the project.
- Find where this Blueprint or Unreal asset is referenced.
- Show me files related to feature loadout before editing code.
- Use Hawkeye to find code and content references before changing this file.
Privacy and security
- Hawkeye runs locally/on-premises.
- Hawkeye does not upload your source code.
- Hawkeye itself does not use AI for indexing or searching.
- The MCP server only exposes Hawkeye functionality to tools you configure locally.
- You control which MCP clients can connect to it.
- Always review AI-generated code changes before applying them.
Requirements
- Hawkeye installed.
- Hawkeye AI Bridge installed.
- VS Code with Agent Mode / MCP support.
- A local project indexed by Hawkeye. Video on how to setup here: https://www.youtube.com/watch?v=l1J-G36QSwI
Supported platforms
- Windows: supported.
Repository contents
hawkeye-aibridge-mcp/
README.md
LICENSE.md
SECURITY.md
CHANGELOG.md
.mcp/
server.json
examples/
vscode-mcp-windows.json
vscode-mcp-linux.json
claude-desktop-example.json
docs/
install-vscode.md
install-claude.md
troubleshooting.md
tools.md
privacy-and-security.md
faq.md
images/
.gitkeep
Links
- Hawkeye AI Bridge: https://www.zaragsoft.se/aibridge
- Hawkeye: https://www.zaragsoft.se/
- Support: info@zaragsoft.se
Ownership
Hawkeye and Hawkeye AI Bridge are proprietary software owned by Zaragsoft.
This repository only contains public documentation, configuration examples, and MCP metadata for installation and discovery.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。