Skip to content

Commit 715ad5b

Browse files
committed
another mcp example
1 parent 1562393 commit 715ad5b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

mcp/examples.html.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ fly mcp server --claude --server flyctl
2424

2525
This will add the [flyctl MCP server](./flyctl-server.html.md) to the Claude configuration with the name of `flyctl`.
2626

27+
## Fetch
28+
29+
[Fetch MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch#fetch-mcp-server)
30+
31+
```sh
32+
fly mcp launch "uvx mcp-server-fetch" --claude --server fetch
33+
```
34+
2735
## Slack
2836

2937
Look at the Slack [setup](https://github.com/modelcontextprotocol/servers/blob/main/src/slack/README.md#setup) instructions and obtain a _Bot User OAuth Token_ and _Team ID_, then run:

mcp/index.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Fly.io is a great place to run MCP servers. We also provide an [MCP server](./fl
1313
Anthropic [announced](https://www.anthropic.com/news/model-context-protocol) the [Model Context Protocol](https://modelcontextprotocol.io/introduction) on November 25, 2024, along with a number of [SDKs](https://modelcontextprotocol.io/sdk/java/mcp-overview) in a variety of languages.
1414
There also is a large list of [existing servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#model-context-protocol-servers) that you can use.
1515

16-
Depoloying an `npx` or `uv` stdio MCP server into a Fly machine and configuring a MCP client to connect to it is made easy by [`fly mcp launch`](./launch).
16+
Depoloying an `npx`, `uv`, or docker image stdio MCP server into a Fly machine and configuring a MCP client to connect to it is made easy by [`fly mcp launch`](./launch). See [examples](./examples).
1717

1818
Deploying other MCP servers involves making four choices: [MCP transport](./transports), the interface you use to [deploy it with](./deploy-with), where you want to [deploy it on](./deploy-on), and [access control](./access-control). In each case we present your choices, starting with our recommendation.
1919

0 commit comments

Comments
 (0)