alfahq/mcp
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Alfa allows you to include always-updated library docs in Cursor, Windsurf, and VS Code using our MCP (model context protocol) server.
Tools
Functions exposed to the LLM to take actions
resolve-library-id
Resolves a library name to an Alfa-compatible library ID and returns a list of matching libraries from the Alfa Crawler index.
You MUST call this function before 'get-library-docs' to obtain a valid Alfa-compatible library ID (which is the library's 'name' field).
When selecting the best match, consider mainly name similarity and display name.
get-library-docs
Fetches up-to-date, relevant documentation sections for a library using its Alfa-compatible library ID and a specific query. Call 'resolve-library-id' first to get the ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client