Metadata-Version: 2.4
Name: fid-mcp
Version: 0.1.0
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.8
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` configs present in the working directory. `.fidtools` 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 [fidlabs.ai](https://fidlabs.ai) for more information or reach out to us at [contact@fidlabs.ai](mailto:contact@fidlabs.ai).