Metadata-Version: 2.4
Name: fid-mcp
Version: 0.1.6
Summary: MCP Server for serving configurable Fid toolkits
Project-URL: Homepage, https://fidlabs.ai
Author-email: Fid Labs <contact@fidlabs.ai>
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Keywords: mcp,model-context-protocol,server,tools
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: mcp
Requires-Dist: pexpect
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# Fid MCP Server

MCP server that dynamically serves tools according to `fidtools.json` or `.fidtools` configs present in the working directory. Toolkits are generated by the Fid web application and intended to allow developers to quickly onboard coding agents to their unique development environments.

To install:
```bash
claude mcp add Fid --scope user --env FID_PAT=YOUR_FID_PAT -- uvx fid-mcp
```
Note: retrieve your PAT from the user menu in your Fid project, or just use the pre-constructed install command provided by the "Connect to your Agent" button.

See [docs.fidlabs.ai](https://docs.fidlabs.ai) for more information or reach out to us at [contact@fidlabs.ai](mailto:contact@fidlabs.ai).