Coding tools

Use Alfera in your coding tools

Your company brain is an MCP server. Search it and read it from the editor you already work in, on the workspace's own key.

MCP

Read the brain from your editor

Point any MCP client at one URL with a workspace key. There is nothing else to configure.

ConnectPOST

https://api.alfera.ai/v1/mcp

Authorization: Bearer <your workspace key>

Streamable HTTP. One endpoint, no session to open or close.

What your editor can call

  • whoamiany keyReports the key's name, scopes and rate limit. Call it first.
  • search_memorymemory.readReturns the passages that match a query, most relevant first, each with its slug.
  • read_memory_documentmemory.readReads one synced document in full, by the slug a search result returned.
  • get_memory_contextmemory.readReturns the same passages rendered as one block, for pasting into your own prompt.
  • ask_workeranswers.writeAsks the worker a question and waits for the answer.
  • wait_for_answeranswers.writeKeeps waiting for an answer that started earlier.

A key lists only the tools its scopes allow. A read-only key never sees the write tools.

An AI Coworker within your coding stack

Connect your workspace, point your editor at one URL, and ask it what the company knows.