MCP Servers / development / PureScript MCP Server

PureScript MCP Server

JSON →
stdionone4development

An MCP server offering PureScript development tools for AI assistants. Requires Node.js and the PureScript compiler for full functionality.

Install
How to run this server
[ { "cmd": "npm install -g purescript-mcp-tools", "imports": [] } ]
server path: purescript-mcp-server
Tools
What this server exposes
getModuleName
Extract module name from PureScript file
getImports
List all imports from a module
getAllFunctionNames
Get all function definitions
getExports
List exported values
getFunctionSignature
Get type signature for a function
getDependencyGraph
Generate module dependency graph
start_purs_ide_server
Start a PureScript IDE server
stop_purs_ide_server
Stop the IDE server
pursIdeLoad
Load modules into IDE
pursIdeType
Get type information
pursIdeComplete
Get completion suggestions
pursIdeUsages
Find where a symbol is used
pursIdeCaseSplit
Generate case splits
pursIdeAddClause
Add function clause
pursIdeImport
Add imports
Configuration
Environment & auth
authnone
Resources
PureScript MCP Server — MCP Server · libregistry