Skip to main content
Other Tools and IntegrationsPython

osinmv/funciton-lookup-mcp

MCP server for function signature lookups.

other-tools-and-integrationslocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/osinmv/function-lookup-mcp

Claude 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.

Details

Category
Other Tools and Integrations
Language
Python
Author
osinmv