Skip to content

Commit 917b51f

Browse files
committed
+ docker interactive instructions
1 parent cb45186 commit 917b51f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,31 @@ Install the server, for example, on [Claude Desktop](https://claude.ai/download)
6666
}
6767
```
6868

69+
### Using Docker
70+
71+
You can also run the FRED MCP Server using Docker. Add this configuration to your `claude_desktop_config.json`:
72+
73+
```json
74+
{
75+
"mcpServers": {
76+
"fred-mcp": {
77+
"command": "docker",
78+
"args": [
79+
"run",
80+
"-i",
81+
"--rm",
82+
"-e",
83+
"FRED_API_KEY=<your-key-here>",
84+
"stefanoamorelli/fred-mcp-server:latest"
85+
],
86+
"env": {}
87+
}
88+
}
89+
}
90+
```
91+
92+
Replace `<your-key-here>` with your actual FRED API key.
93+
6994
## Available Tools
7095

7196
This MCP server provides three comprehensive tools to access all 800,000+ FRED® economic data series:

0 commit comments

Comments
 (0)