Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
347 changes: 0 additions & 347 deletions documentation/docs/mcp/filesystem-mcp.md

This file was deleted.

4 changes: 2 additions & 2 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ const config: Config = {
to: "/docs/mcp/figma-mcp",
},
{
from: "/docs/tutorials/filesystem-mcp",
to: "/docs/mcp/filesystem-mcp",
from: ["/docs/tutorials/filesystem-mcp", "/docs/mcp/filesystem-mcp"],
to: "/docs/getting-started/using-extensions",
},
{
from: "/docs/tutorials/github-mcp",
Expand Down
15 changes: 2 additions & 13 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"id": "apify",
"name": "Apify",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store \u26a1",
"command": "npx -y @apify/actors-mcp-server",
"link": "https://github.com/apify/apify-mcp-server",
"installation_notes": "Install using npx. Requires an Apify API token.",
Expand Down Expand Up @@ -331,17 +331,6 @@
"type": "streamable-http",
"environmentVariables": []
},
{
"id": "filesystem",
"name": "Filesystem",
"description": "File system operations and management (requires updating local paths)",
"command": "npx -y @modelcontextprotocol/server-filesystem /path/to/dir1 /path/to/dir2",
"link": "https://github.com/modelcontextprotocol/servers",
"installation_notes": "Install using npx package manager. Update the placeholder paths before running the 'goose session' command. If installing from the link, you must update the paths from the Extensions page before activating the extension.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "github-mcp",
"name": "GitHub",
Expand Down Expand Up @@ -848,7 +837,7 @@
{
"id": "cash-app",
"name": "Cash App",
"description": "Cash App brings local food ordering into the AI era. Discover nearby sellers, browse menus with calories and allergen info, customize orders, and complete checkout—all conversationally.",
"description": "Cash App brings local food ordering into the AI era. Discover nearby sellers, browse menus with calories and allergen info, customize orders, and complete checkout\u2014all conversationally.",
"type": "streamable-http",
"url": "https://connect.squareup.com/v2/mcp/cash-app",
"link": "",
Expand Down
Loading