Few links back to CF resources for the readme
This commit is contained in:
parent
29167f4633
commit
f1cfe3621b
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -14,7 +14,7 @@ With the MCP [Authorization specification](https://spec.modelcontextprotocol.io/
|
||||||
|
|
||||||
That's where `mcp-remote` comes in. As soon as your chosen MCP client supports remote, authorized servers, you can remove it. Until that time, drop in this one liner and dress for the MCP clients you want!
|
That's where `mcp-remote` comes in. As soon as your chosen MCP client supports remote, authorized servers, you can remove it. Until that time, drop in this one liner and dress for the MCP clients you want!
|
||||||
|
|
||||||
## Configuration
|
## Usage
|
||||||
|
|
||||||
E.g: Claude Desktop or Windsurf
|
E.g: Claude Desktop or Windsurf
|
||||||
|
|
||||||
|
@ -33,6 +33,23 @@ Cursor:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Building Remote MCP Servers
|
||||||
|
|
||||||
|
For instructions on building & deploying remote MCP servers, including acting as a valid OAuth client, see the following resources:
|
||||||
|
|
||||||
|
* https://developers.cloudflare.com/agents/guides/remote-mcp-server/
|
||||||
|
|
||||||
|
In particular, see:
|
||||||
|
|
||||||
|
* https://github.com/cloudflare/workers-oauth-provider for defining an MCP-comlpiant OAuth server in Cloudflare Workers
|
||||||
|
* https://github.com/cloudflare/agents/tree/main/examples/mcp for defining an `McpAgent` using the [`agents`](https://npmjs.com/package/agents) framework.
|
||||||
|
|
||||||
|
For more information about testing these servers, see also:
|
||||||
|
|
||||||
|
* https://developers.cloudflare.com/agents/guides/test-remote-mcp-server/
|
||||||
|
|
||||||
|
Know of more resources you'd like to share? Please add them to this Readme and send a PR!
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
### Check your Node version
|
### Check your Node version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue