Skip to main content
Glama

WikiJS MCP Server

by jaalbin24
.dockerignore•940 B
# Git .git .gitignore # Environment files (these should not be in containers) .env .env.local .env.*.local .env.tmp # Python __pycache__ *.pyc *.pyo *.pyd .Python env pip-log.txt pip-delete-this-directory.txt .tox .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.log .git .mypy_cache .pytest_cache .hypothesis # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Build artifacts build/ dist/ *.egg-info/ .eggs/ # Documentation docs/_build/ site/ # Testing .pytest_cache/ .coverage htmlcov/ # Node.js (if any) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Temporary files *.tmp *.temp # Docker Dockerfile* docker-compose* .dockerignore # CI/CD .github/ .gitlab-ci.yml .travis.yml azure-pipelines.yml # README and docs (keep these light) README.md LICENSE CHANGELOG.md

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/jaalbin24/wikijs-mcp-server'

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