We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattlemmone/expo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•864 B
# File MCP
A Model Context Protocol (MCP) server that provides file system operations through a standardized API.
Mainly just doing this so I can prototype and integrate error logs into mcp clients.
## Usage
### CLI
```bash
npm run build
npm start
```
### Development
```bash
npm run dev
```
### Testing
```bash
npm run inspect
```
### Available Tools
| Tool Name | Description |
| ----------- | --------------------------------------- |
| `readFile` | Read contents of a file |
| `writeFile` | Write content to a file |
| `listFiles` | List files in a directory |
| `tailFile` | Read the last N lines from a file |
| `listTools` | List all tools registered in the server |
## Installation
```bash
npm install
```
## Build
```bash
npm run build
```
## License
MIT