Provides search capabilities for PureScript documentation through Pursuit, enabling queries for functions, types, modules, and packages with type signature search support
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pursuit MCPsearch for the type signature of the map function"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pursuit MCP
MCP server providing Pursuit integration for PureScript documentation search.
Features
Search Pursuit for PureScript functions, types, modules, and packages
Type signature search support
Access to comprehensive PureScript package documentation
Usage
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
Available Tools
search_pursuit
Search Pursuit for PureScript functions, types, and documentation.
Parameters:
query(string): Search query (function name, type signature, or keyword)limit(integer, optional): Maximum number of results to return (default: 10)
Examples:
Function name search:
mapType signature search:
(a -> b) -> f a -> f bModule search:
Data.ArrayPackage search:
prelude
Response Format: Each result includes:
package: Package name (e.g., "purescript-prelude")version: Package versioninfo: Result type and metadataFor declarations: includes module, title, type signature
For packages: includes deprecation status
For modules: includes module name
text: Plain text documentationurl: Direct link to the documentationmarkup: HTML-formatted documentation (optional)
License
MIT