Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Hawkeye AI Bridge
H
Health: ActiveRecent health check succeeded.Last checked 8/11/2026, 12:01:43 AM

Hawkeye AI Bridge

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).

Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "hawkeye-ai-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "hawkeye-ai-bridge"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (10) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (10) ~202 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Hawkeye AI Bridge.

hawkeye_search_minimal

Token-efficient search β€” returns only file paths and line numbers. **91% fewer tokens** than grep. Best for chat-based lookups.

hawkeye_search

Full search with metadata β€” returns complete result objects with context. Best for detailed analysis.

hawkeye_get_groups

List all searchable code groups configured in Hawkeye.

hawkeye_get_editors

List configured editors for opening files.

hawkeye_execute_editor

Open a file in a configured editor at a specific line number.

hawkeye_health_check

Verify Hawkeye service is running and accessible.

Documentation Overview

Hawkeye AI Bridge MCP Server

Local codebase search for Claude Code, VS Code, Cursor, and AI agents.

Hawkeye AI Bridge lets AI coding assistants query Hawkeye’s local project index through MCP, so they can find exact references across large codebases, assets, scripts, localization, config files, and project content without uploading the full repository.

Instead of giving an AI agent huge raw grep output, Hawkeye can return compact file/line results that help the agent decide which files are actually worth reading next.

  1. Search large projects locally
  2. Reduce token usage from noisy raw search output
  3. Find exact references across code and non-code project files
  4. Useful for C++, C#, Unreal Engine, Unity, legacy projects, and proprietary codebases
  5. Hawkeye runs locally/on-premises and does not use AI for indexing or searching
image image

Table of Contents

  • What is this?
  • Why use Hawkeye AI Bridge?
  • Prerequisites
  • Client Setup
    • Claude Desktop
    • Claude Code (CLI)
    • VS Code / GitHub Copilot
    • Cursor
    • OpenCode
  • Installing the Skill for Claude
  • Available Tools
  • Token Savings
  • Example Prompts
  • Privacy and Security
  • Updating
  • Removing
  • Troubleshooting
  • License
  • Support

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. Hawkeye and Hawkeye AI Bridge are proprietary software owned by Zaragsoft.


Why use Hawkeye AI Bridge?

Hawkeye helps developers quickly search and understand large projects. With MCP support, AI coding assistants can ask Hawkeye for fast local search results, saving tokens on each call.

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.
  • ~80% token reduction vs. blind file reading.
  • If you do not specify any groups then all groups will be used.

Prerequisites

  • Hawkeye installed β€” get it from https://www.zaragsoft.se/downloads
  • Hawkeye AI Bridge installed β€” get it from https://www.zaragsoft.se/aibridge
  • A local project indexed by Hawkeye
  • Video walkthrough: https://www.youtube.com/watch?v=l1J-G36QSwI

Recommended install path: Place the AIBridge folder at C:\Program Files\Hawkeye\AIBridge\. Use this path in all examples below. If you install elsewhere, substitute your actual path throughout.


Client Setup


Claude Desktop

You don't need this zip for Claude Desktop. Download Hawkeye.mcpb from the release page and install it directly:

  • If .mcpb is a recognised file type on your system: double-click the file.
  • Otherwise: go to Settings β†’ Extensions β†’ Install Extension and select the file.

Claude Code (CLI)

Quick Start (5 steps)

  1. Install Hawkeye from https://www.zaragsoft.se/downloads if you haven't already.
  2. Move the AIBridge folder to a permanent location β€” recommended: C:\Program Files\Hawkeye\AIBridge\. Don't run it from Downloads; the registered path must keep working.
  3. Register the MCP server with Claude Code:
    Terminal
    claude mcp add hawkeye --scope user -- "C:\Program Files\Hawkeye\AIBridge\HawkeyeAIBridge.exe"
    
  4. Install the Skill so Claude knows when to use Hawkeye:
    powershell
    $skillDir = "$env:USERPROFILE\.claude\skills\hawkeye-search"
    New-Item -ItemType Directory -Force -Path $skillDir | Out-Null
    Copy-Item "C:\Program Files\Hawkeye\AIBridge\hawkeye-search.skill" "$skillDir\SKILL.md"
    
  5. Verify β€” close and reopen your terminal, then run:
    Terminal
    claude mcp list
    
    You should see hawkeye with 9 tools available.

Make sure Claude Code can find Hawkeye

The MCP server needs to locate hawkeye.exe. Pick one option:

Option A (recommended): Set HAWKEYE_PATH

powershell
# PowerShell β€” persistent
[Environment]::SetEnvironmentVariable("HAWKEYE_PATH", "C:\Program Files\Hawkeye\hawkeye.exe", "User")
cmd
:: Command Prompt β€” persistent
setx HAWKEYE_PATH "C:\Program Files\Hawkeye\hawkeye.exe"

After setting an environment variable, close and reopen your terminal so the new value takes effect.

Option B: Add Hawkeye to PATH via Windows GUI

  1. Press Win, type Environment Variables, open Edit the system environment variables.
  2. Click Environment Variables… β†’ under User variables, select Path β†’ Edit… β†’ New.
  3. Add C:\Program Files\Hawkeye and click OK on all dialogs.
  4. Restart your terminal.

Avoid setx PATH "%PATH%;..." from the command line β€” it can truncate PATH at 1024 characters. Use the GUI instead.

Notes on the registration command

  • --scope user makes Hawkeye available in every Claude Code session, not just the current folder.
  • The -- separator is required. It tells Claude Code where its own flags end and the registered command begins. Without it, registration may fail.

VS Code / GitHub Copilot

Hawkeye works as an MCP server in VS Code's Copilot Agent mode. Register the exe, then open Copilot Chat in Agent mode.

Quick install (default path)

Install in VS Code

Click the button above, then click Allow in VS Code.

Manual setup

Add this to your .vscode/mcp.json (create the file if it doesn't exist):

config.json
{
  "servers": {
    "hawkeye": {
      "type": "stdio",
      "command": "C:\\Program Files\\Hawkeye\\AIBridge\\HawkeyeAIBridge.exe"
    }
  }
}

To make Hawkeye available across all projects, add it to your user-level config instead:

json
// %APPDATA%\Code\User\mcp.json
{
  "servers": {
    "hawkeye": {
      "type": "stdio",
      "command": "C:\\Program Files\\Hawkeye\\AIBridge\\HawkeyeAIBridge.exe"
    }
  }
}

Using Hawkeye in Copilot Chat

  1. Open Copilot Chat (Ctrl+Alt+I)
  2. Switch to Agent mode (the dropdown at the top β€” must be Agent, not Ask or Edit)
  3. Try: "Search for findTeam in my codebase"

Note: The hawkeye-search.skill file is for Claude Code and Claude Desktop only β€” VS Code uses Copilot's own context system and doesn't need it.


Cursor

Open Settings β†’ Tools & MCP β†’ New MCP Server and add:

config.json
{
  "mcpServers": {
    "hawkeye": {
      "command": "cmd",
      "args": ["/c", "C:\\Program Files\\Hawkeye\\AIBridge\\HawkeyeAIBridge.exe"],
      "env": {}
    }
  }
}

Why cmd /c? Cursor passes the command path to the shell without quoting it, which breaks paths containing spaces (like C:\Program Files\). Wrapping it with cmd /c works around this.

Adjust the path if Hawkeye AI Bridge is installed somewhere else.


OpenCode

Add the following to your opencode.json (create it in your project root or home directory if it doesn't exist):

config.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hawkeye": {
      "type": "local",
      "command": ["C:\\Program Files\\Hawkeye\\AIBridge\\HawkeyeAIBridge.exe"]
    }
  }
}

Three things differ from the Claude Code config:

  • The key is "mcp", not "mcpServers"
  • command is an array of strings, not a command + args split
  • "type": "local" is required

Installing the Skill for OpenCode

The Skill is required for OpenCode. Without it, OpenCode will try to call hawkeye.exe directly on the command line rather than routing tool calls through the MCP server.

OpenCode expects skills to be extracted from the .skill zip archive:

powershell
$skillDir = "$env:USERPROFILE\.opencode\skills"
New-Item -ItemType Directory -Force -Path $skillDir | Out-Null

$tempZip = "$env:TEMP\hawkeye-search.zip"
Copy-Item "C:\Program Files\Hawkeye\AIBridge\hawkeye-search.skill" $tempZip -Force
Expand-Archive -Path $tempZip -DestinationPath $skillDir -Force
Remove-Item $tempZip

Once both are in place, restart OpenCode and try: "Find where PlayerController is defined." You should see it call hawkeye_search_minimal.


Installing the Skill for Claude

The Skill teaches Claude when and how to use the Hawkeye tools. Without it, Claude has to guess from tool descriptions alone β€” results will be worse.

The shipped file is called hawkeye-search.skill but Claude Code expects it to be named SKILL.md inside a named folder.

PowerShell (one command):

powershell
$skillDir = "$env:USERPROFILE\.claude\skills\hawkeye-search"
New-Item -ItemType Directory -Force -Path $skillDir | Out-Null
Copy-Item "C:\Program Files\Hawkeye\AIBridge\hawkeye-search.skill" "$skillDir\SKILL.md"

Manual:

  1. Open File Explorer and navigate to %USERPROFILE%\.claude\skills\ (create the skills folder if it doesn't exist).
  2. Create a new folder named hawkeye-search.
  3. Copy hawkeye-search.skill into it.
  4. Rename the file from hawkeye-search.skill to SKILL.md. (Enable "File name extensions" in File Explorer's View menu if you can't see the extension.)

To restrict the Skill to a single project, place SKILL.md at <your-project>\.claude\skills\hawkeye-search\SKILL.md instead.


Available Tools

ToolDescription
hawkeye_search_minimalToken-efficient search β€” returns only file paths and line numbers. 91% fewer tokens than grep. Best for chat-based lookups.
hawkeye_searchFull search with metadata β€” returns complete result objects with context. Best for detailed analysis.
hawkeye_get_groupsList all searchable code groups configured in Hawkeye.
hawkeye_get_editorsList configured editors for opening files.
hawkeye_execute_editorOpen a file in a configured editor at a specific line number.
hawkeye_health_checkVerify Hawkeye service is running and accessible.
validate_hawkeye_pathCheck that the configured Hawkeye path exists and is valid.
get_settingsRetrieve current Hawkeye configuration (path, max results, case sensitivity).
save_settingsSave Hawkeye configuration.
copy_to_clipboardCopy text to the system clipboard.

Token Savings

ApproachTokens used
Blind file reading (no Hawkeye)~100,000 per session
With hawkeye_search_minimal~20,000 per session
Savings~80% reduction

Example Prompts

Ask your AI coding assistant:

  • List groups inside Hawkeye to find all the groups.
  • 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 in group 4,7.
  • 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.
  • Find all the sounds for explosion inside groups 1,5,7
  • Use Hawkeye to find code and content references before changing this file.
  • If you do not specify any groups then all groups will be used.

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.
  • Our privacy guidelines are available here - https://www.zaragsoft.se/privacy

Updating

When a new version of HawkeyeAIBridge.exe is released:

  • Same install path: just overwrite the exe. No re-registration needed.
  • Different path: unregister and re-add:
    Terminal
    claude mcp remove hawkeye
    claude mcp add hawkeye --scope user -- "C:\Program Files\Hawkeye\AIBridge\HawkeyeAIBridge.exe"
    

When a new hawkeye-search.skill ships, repeat the Skill install step β€” Copy-Item will overwrite the existing SKILL.md.


Removing

powershell
# Unregister from Claude Code
claude mcp remove hawkeye

# Delete the Skill (optional)
Remove-Item -Recurse "$env:USERPROFILE\.claude\skills\hawkeye-search"

# Delete the install folder (optional)
Remove-Item -Recurse "C:\Program Files\Hawkeye\AIBridge"

# Remove the HAWKEYE_PATH environment variable (optional)
[Environment]::SetEnvironmentVariable("HAWKEYE_PATH", $null, "User")

Troubleshooting

claude command not found

Claude Code isn't installed or isn't on your PATH. Install from https://docs.claude.com/en/docs/build-with-claude/claude-code and restart your terminal.

claude mcp list doesn't show hawkeye

You may have registered it in a different scope. Re-register with --scope user:

Terminal
claude mcp remove hawkeye
claude mcp add hawkeye --scope user -- "C:\Program Files\Hawkeye\AIBridge\HawkeyeAIBridge.exe"

claude mcp list shows hawkeye but with 0 tools

The exe was registered but failed to start. Common causes:

  • The AIBridge folder was moved or deleted after registration.
  • Hawkeye itself can't be found β€” run hawkeye --version in a fresh terminal to check.
  • Fix: claude mcp remove hawkeye then re-register.

Hawkeye not found

Code
Error: Failed to start Hawkeye process
  1. Open a new terminal and run hawkeye --version.
  2. If that fails, set HAWKEYE_PATH (see Prerequisites above) and close/reopen your terminal.
  3. Environment variables only apply to terminals opened after you set them.

Skill isn't being used by Claude

  • Confirm the file exists at %USERPROFILE%\.claude\skills\hawkeye-search\SKILL.md.
  • Make sure you didn't end up with SKILL.md.skill β€” Windows may hide the original .skill extension. Enable "File name extensions" in File Explorer's View menu to check.
  • Restart your Claude Code session β€” Skills are loaded at session start.

Cursor: connection failed with path error

If Cursor logs show 'C:\Program' is not recognized as an internal or external command, the path with spaces is being passed unquoted. Use the cmd /c workaround shown in the Cursor section above.

No groups returned

Code
No groups available / Empty group list
  1. Run hawkeye --getgroups manually to test.
  2. Verify Hawkeye configuration is correct.
  3. Check working directory permissions.

Timeout errors

Code
Error: Operation timed out waiting for Hawkeye
  1. Check if the Hawkeye process is hanging.
  2. Check system resources.
  3. Restart Hawkeye and try again.

License

Dual License:

  • SKILL.md and skill components: MIT License β€” freely modifiable and redistributable.
  • HawkeyeAIBridge executable: Proprietary (Zaragsoft) β€” free to use, cannot be modified, reverse-engineered, or redistributed.

See LICENSE for complete terms.


Support

  • Hawkeye: https://www.zaragsoft.se/downloads
  • Hawkeye AI Bridge: https://www.zaragsoft.se/aibridge
  • Claude Code: https://docs.claude.com/en/docs/build-with-claude/claude-code
  • Smithery: smithery badge
  • Questions or feedback about Hawkeye AI Bridge: info@zaragsoft.se

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcp Server Ccxt logoMcp Server Ccxt

    An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

    πŸ’° Finance & Fintech3 views
    Compare vs Mcp Server Ccxt β†’
  • Tasty Agent logoTasty Agent

    Tastyworks API integration to handle trading activities on Tastytrade

    πŸ’° Finance & Fintech2 views
    Compare vs Tasty Agent β†’
  • Wsb Analyst Mcp logoWsb Analyst Mcp

    Reddit integration to analyze content on WallStreetBets community

    πŸ’° Finance & Fintech1 views
    Compare vs Wsb Analyst Mcp β†’
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’

Frequently Asked Questions about Hawkeye AI Bridge

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hawkeye-ai-bridge": { "command": "npx", "args": ["-y", "Hawkeye AI Bridge"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHawkeye AI Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hawkeye-ai-bridge?style=directory)](https://allmcps.com/mcp/hawkeye-ai-bridge)
HTML Embed
<a href="https://allmcps.com/mcp/hawkeye-ai-bridge"><img src="https://allmcps.com/api/badge/hawkeye-ai-bridge?style=directory" alt="Hawkeye AI Bridge on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 14, 2026
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Hawkeye AI Bridge β†’Install in Claude DesktopInstall in CursorInstall in VS Code