Skip to content

Commit a292d96

Browse files
committed
Remote MCP server entries: fix URLs, add docs, update oauth section
1 parent c3f3434 commit a292d96

87 files changed

Lines changed: 174 additions & 45 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

servers/asana/readme.me

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs: https://developers.asana.com/docs/using-asanas-mcp-server

servers/asana/server.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ remote:
1717
transport_type: sse
1818
url: https://mcp.asana.com/sse
1919
oauth:
20-
- provider: asana
20+
- provider: asana
21+
secret: asana.personal_access_token
22+
env: ASANA_PERSONAL_ACCESS_TOKEN

servers/atlassian-remote/readme.md

Lines changed: 1 addition & 0 deletions

servers/atlassian-remote/server.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ remote:
1717
transport_type: sse
1818
url: https://mcp.atlassian.com/v1/sse
1919
oauth:
20-
- provider: atlassian-remote
20+
- provider: atlassian-remote
21+
secret: atlassian-remote.personal_access_token
22+
env: ATLAS_PERSONAL_ACCESS_TOKEN

servers/audioscrape/readme.md

Lines changed: 1 addition & 0 deletions

servers/audioscrape/server.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ remote:
1717
transport_type: streamable-http
1818
url: https://mcp.audioscrape.com
1919
oauth:
20-
- provider: audioscrape
20+
- provider: audioscrape
21+
secret: audioscrape.personal_access_token
22+
env: AUDIOSCRAPE_PERSONAL_ACCESS_TOKEN

servers/box-remote/readme.md

Lines changed: 1 addition & 0 deletions

servers/box-remote/server.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ remote:
1717
transport_type: streamable-http
1818
url: https://mcp.box.com
1919
oauth:
20-
- provider: box-remote
20+
- provider: box-remote
21+
secret: box-remote.personal_access_token
22+
env: BOX_PERSONAL_ACCESS_TOKEN

servers/canva/readme.md

Lines changed: 1 addition & 0 deletions

servers/canva/server.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ remote:
1717
transport_type: streamable-http
1818
url: https://mcp.canva.com/mcp
1919
oauth:
20-
- provider: canva
20+
- provider: canva
21+
secret: canva.personal_access_token
22+
env: CANVA_PERSONAL_ACCESS_TOKEN

0 commit comments

Comments
 (0)