Skip to main content
Glama
package.json1.2 kB
{ "name": "second-brain-mcp", "version": "1.0.0", "description": "MCP server for creating markdown notes from Claude Code sessions", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "pnpm run build && node build/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "model-context-protocol", "claude-code", "notes", "markdown" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/VoCoufi/second-brain-mcp.git" }, "bugs": { "url": "https://github.com/VoCoufi/second-brain-mcp/issues" }, "homepage": "https://github.com/VoCoufi/second-brain-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "@types/node": "^22.10.2", "@vitest/coverage-v8": "^2.1.8", "conventional-changelog-conventionalcommits": "^8.0.0", "semantic-release": "^24.0.0", "typescript": "^5.7.2", "vitest": "^2.1.8" } }

Latest Blog Posts

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/VoCoufi/second-brain-mcp'

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