Skip to main content
Glama
IAmAlexander

Readwise MCP Server

by IAmAlexander
.gitignore2.06 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 .env.backup *.env.backup # 1Password related files # Note: Documentation files (1PASSWORD_*.md) and utility scripts are kept in repo # Only ignore temporary/cache files and backups ~/.1password/ .1password/ *1password*.cache *1password*.tmp # 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 agent-skills/ agent-skills/ # 1Password documentation and setup files (removed from repo) *1PASSWORD*.md *1password*.md *1p-*.md diagnose-*1password*.sh diagnose-*op*.sh setup-*cursor*.sh setup-*1password*.sh *CURSOR*AUTH*.md *CURSOR*SETUP*.md *CURSOR*TERMINAL*.md *TERMINAL*SESSION*.md *ENV*SETUP*.md *ENV*FIX*.md *ENV*PARSE*.md *ENV*COMPLETE*.md FIX_*GITHUB*.md FIX_*MCP*.md FIX_*CURSOR*.md *QUICK_FIX*.md *COMPLETE_SOLUTION*.md *STOP_OP*.md *STOP_CURSOR*.md *NEXT_STEPS*.md *SETUP_COMPLETE*.md *SETUP_CURSOR*.md *CONFIGURE*.md *IMPLEMENTATION_STEPS*.md *CURSOR_SETTINGS*.md add-*github*.md check-*env*.sh find-*op*.sh VERIFY_*.md *FINAL_SOLUTION*.md *SSH_AGENT*.md

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

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