Skip to main content
Glama

Readwise MCP Server

by IAmAlexander
.gitignore1.15 kB
# Dependency directories node_modules/ # TypeScript compiled output dist/ build/ *.tsbuildinfo # Environment variables .env .env.local .env.*.local .env.development.local .env.test.local .env.production.local # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # MCP test logs smart-mcp-test-*.log mcp-test-*.log *_test_*.log server*.log stdio*.log sse*.log # Test output files health_*.json test_*.json stdio_*.txt echo_*.txt # Editor directories and files .idea/ .vscode/ *.swp *.swo .DS_Store # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # Project development guides Project Guide/ # Test script commands # Run the full test suite ./test-readwise-mcp.sh # Run only stdio mode tests ./test-readwise-mcp.sh stdio # Run comprehensive SSE mode tests ./test-readwise-mcp.sh sse # Run SSE tests with performance testing ./test-readwise-mcp.sh perf # Get help ./test-readwise-mcp.sh --help

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/IAmAlexander/readwise-mcp'

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