Loading...
Open-source IDE assistant for VS Code and JetBrains. Developer-investors using a self-hosted or BYOK alternative to Cursor.
Crunchbase API: $20K/yr. GitDealFlow A2A: free, no signup.
Continue supports MCP servers natively via its config.yaml. Add our server once and every Continue chat can pull engineering signals while you read code. The A2A endpoint is useful when you want a one-shot inline edit ('explain this commit pattern in context of the broader sector') without leaving the editor.
# ~/.continue/config.yaml (Continue v1.0+)
mcpServers:
- name: gitdealflow
command: npx
args:
- "@gitdealflow/mcp-signal@latest"
# Reload Continue, then in chat:
# "Use gitdealflow to find AI/ML breakouts this week"
# "What does breakout signal mean?"# ~/.continue/config.yaml
slashCommands:
- name: signal
description: "Look up engineering signal for the current repo"
prompt: |
Run this curl and summarize the result for the user:
curl -X POST https://signals.gitdealflow.com/api/a2a \\
-H 'Content-Type: application/json' \\
-d '{"jsonrpc":"2.0","id":1,"method":"message/send","params":{"message":{"role":"user","parts":[{"kind":"text","text":"signal {{{ input }}}"}]}}}'The interactive playground lets you send live JSON-RPC requests against the A2A endpoint with no install, no auth. Pick a skill, hit send, see the response.
Full launch story: I made my VC deal flow callable by Claude.