Server Details
Manage files and folders directly from your workspace. Read and write files, list directories, cre…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- bhushangitfull/file-mcp-smith
- GitHub Stars
- 0
Available Tools
5 toolscreate_directoryTry in Inspector
Create a new directory.
Args:
path: Path to the directory to create
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
delete_fileTry in Inspector
Delete a file.
Args:
path: Path to the file to delete
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
list_directoryTry in Inspector
List contents of a directory.
Args:
path: Path to the directory (defaults to current directory)
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . |
read_fileTry in Inspector
Read contents of a file.
Args:
path: Path to the file to read
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
write_fileTry in Inspector
Write content to a file.
Args:
path: Path to the file to write
content: Content to write to the file
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.