osinmv/funciton-lookup-mcp
MCP server for function signature lookups.
Quick Start
Clone the repository:
git clone https://github.com/osinmv/function-lookup-mcpClaude Desktop configuration example:
{
"mcpServers": {
"function-lookup-mcp": {
"command": "npx",
"args": [
"-y",
"osinmv/funciton-lookup-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.