Skip to main content
Glama

302AI File Parser MCP Server

by 302ai
package.json1.33 kB
{ "name": "@302ai/file-parser-mcp", "version": "0.1.2", "description": "A Model Context Protocol server", "type": "module", "publishConfig": { "access": "public" }, "license": "MIT", "author": "302.ai", "homepage": "https://github.com/302ai", "bugs": "https://github.com/302ai/302_file_parser_mcp/issues", "repository": { "type": "git", "url": "git+https://github.com/302ai/302_file_parser_mcp.git" }, "keywords": [ "MCP", "Model Context Protocol", "302AI", "file-parser-mcp" ], "bin": { "file-parser-mcp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js", "format": "biome format --write" }, "dependencies": { "@better-fetch/fetch": "^1.1.18", "@chatmcp/sdk": "^1.0.5", "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.7", "ky": "^1.8.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@biomejs/biome": "2.0.0-beta.1", "@changesets/cli": "^2.28.1", "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/302ai/302_file_parser_mcp'

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