Refolk

VS Code MCP server for finding people

Copilot's agent mode gets four tools and a real people index. If you are using GitHub Copilot in VS Code, this puts the same two searches the Refolk interface runs inside the conversation you are already having: describe who you need, and it comes back with real people and the evidence behind every pick.

Before you start

You need an API key. Create one in the API page - it is shown once, so keep it somewhere before you close the tab. A new account comes with 500 free credits, which is enough to try this properly before deciding anything.

Where the config lives: .vscode/mcp.json in the workspace, or the user-level MCP settings.

Setting it up

  1. 1

    Create the config

    Run MCP: Add Server from the command palette, or create .vscode/mcp.json by hand.

  2. 2

    Add the server

    Note the key is servers, not mcpServers - VS Code spells it differently from most clients.

    Config
    {
      "servers": {
        "refolk": {
          "type": "http",
          "url": "https://www.refolk.ai/api/mcp",
          "headers": {
            "Authorization": "Bearer rfk_live_your_key_here"
          }
        }
      }
    }
  3. 3

    Start it

    A Start action appears above the entry in the file. Click it.

Check it worked. Open Chat in agent mode, click the tools icon, and the Refolk tools are in the list.

What VS Code can do once it is connected

  • refolk_search_people - Search for people in plain English (~10 reserved, reconciled down).
  • refolk_filter_people - Search for people with exact filters (1 credit).
  • refolk_plan_filters - Turn a description into a filter set (1 credit).
  • refolk_credit_balance - Check the credit balance (free).

Two of the four spend credits, and both say so in the description the model reads, so it can tell you what a search will cost before it runs one. Nothing here writes: there is no tool that sends a message or changes your account.

The MCP overview has more on what to ask it, and the API reference documents the same searches as plain HTTP if you would rather call them from your own code.

Common questions

Does VS Code support remote MCP servers?

Yes. VS Code connects to a remote server over Streamable HTTP and lets you set a custom header, which is all this needs. Paste the config above and it connects.

Where does the config go?

.vscode/mcp.json in the workspace, or the user-level MCP settings. Merge the server in beside anything already there rather than replacing the file.

What does it cost to use?

The same credits the Refolk app spends. A search in plain English reserves 10 credits and refunds what it did not use; a filtered search costs 1. A new account starts with 500 free credits.

Can VS Code see my API key?

The key sits in the config file on your machine and is attached to the HTTP request by the client. The model reads the tools and their results, never the header.

It connected but there are no tools. What is wrong?

The key is missing or wrong. Every request to the server is authenticated, so a bad key looks like a server with nothing in it. Check the key on its own first, then reload the client.

Try it on the search you came here for

Stop building boolean strings. Just describe the person.

Type one sentence. I plan the search, read GitHub, public LinkedIn and Crunchbase records, and the open web as it is right now, and hand back a ranked list with the reason next to every name.

  1. 01Describe them

    One plain sentence. Role, city, stack, stage, whatever matters to you.

  2. 02I read the web live

    GitHub, public LinkedIn and Crunchbase records, the open web. Not a database that went stale last quarter.

  3. 03You read the shortlist

    Ranked, with the reasoning under every name. Open a profile, ask a follow-up, narrow it down.

  • No boolean, no filters, no seat to buy. One box.
  • Read at search time, so a profile updated yesterday counts today.
  • Every step visible as it runs, every name with its reason.

500 free credits on sign-up. No card, no demo call. See real searches.