Pursuit MCP
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
Related MCP server: OpenTelemetry Documentation MCP Server
Usage
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"pursuit": {
"command": "nix",
"args": ["run", "github:gawakawa/pursuit-mcp", "--"]
}
}
}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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.MIT
- AlicenseAqualityDmaintenanceEnables access to OpenTelemetry documentation by fetching and converting pages to markdown format and searching content using Google Custom Search. Provides comprehensive documentation lookup and search capabilities for OpenTelemetry concepts, instrumentation, and configuration.23Apache 2.0
- Flicense-qualityDmaintenanceEnables searching Hoogle, the Haskell documentation search engine, for packages, functions, and types.1
- Alicense-qualityCmaintenanceEnables searching and retrieving Godot documentation pages using fuzzy search, with support for multiple documentation versions.MIT
Related MCP Connectors
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gawakawa/pursuit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server