Skip to main content
Glama

Filesystem MCP Server

by mark3labs
inprocess_test.go514 B
package filesystemserver_test import ( "testing" "github.com/mark3labs/mcp-filesystem-server/filesystemserver" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func TestInProcess(t *testing.T) { fss, err := filesystemserver.NewFilesystemServer([]string{"."}) require.NoError(t, err) mcpClient := startTestClient(t, fss) // just check for a specific tool tool := getTool(t, mcpClient, "read_file") assert.NotNil(t, tool, "read_file tool not found in the list of tools") }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mark3labs/mcp-filesystem-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server