Skip to main content
Glama

cosense-mcp-server

by yosider
package.json1.42 kB
{ "name": "@yosider/cosense-mcp-server", "version": "0.3.0", "description": "A MCP server for cosense", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/yosider/cosense-mcp-server" }, "type": "module", "bin": { "cosense-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "start": "tsx src/index.ts", "start:dev": "tsx watch src/index.ts", "inspect": "npx @modelcontextprotocol/inspector -- tsx src/index.ts" }, "dependencies": { "@cosense/std": "npm:@jsr/cosense__std@^0.29.14", "@modelcontextprotocol/sdk": "^1.17.1", "dotenv": "^17.2.1", "option-t": "^53.0.0", "zod": "^3.25.76" }, "devDependencies": { "@cosense/types": "npm:@jsr/cosense__types@^0.10.10", "@eslint/js": "^9.32.0", "@types/node": "^24.2.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0" } }

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/yosider/cosense-mcp-server'

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