Skip to main content
Glama

Bear MCP Server

pyproject.toml1.92 kB
[build-system] build-backend = "hatchling.build" requires = [ "hatchling" ] [project] name = "mcp-bear" version = "0.4.0" description = "A MCP server for interacting with Bear note-taking software." readme = "README.md" authors = [ { name = "Junpei Kawamoto", email = "kawamoto.junpei@gmail.com" }, ] requires-python = ">=3.10" classifiers = [ "Development Status :: 3 - Alpha", "Environment :: MacOS X", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "fastapi>=0.115", "mcp>=1.9", "pydantic>=2.10.6", "requests>=2.32.3", "rich-click>=1.8.6", "uvicorn>=0.34", ] scripts.mcp-bear = "mcp_bear.cli:main" [dependency-groups] dev = [ "bump-my-version>=1", "pre-commit>=4", "pre-commit-uv>=4", "pytest>=8", "types-requests>=2.32.0.20250306", ] [tool.ruff] target-version = "py312" line-length = 120 [tool.pyproject-fmt] indent = 4 [tool.bumpversion] current_version = "0.4.0" commit = true pre_commit_hooks = [ "uv sync", "git add uv.lock", ] [[tool.bumpversion.files]] filename = "pyproject.toml" search = 'version = "{current_version}"' replace = 'version = "{new_version}"' [[tool.bumpversion.files]] filename = "manifest.json" search = '"version": "{current_version}"' replace = '"version": "{new_version}"' [[tool.bumpversion.files]] filename = "server.json" search = '"version": "{current_version}"' replace = '"version": "{new_version}"' [[tool.bumpversion.files]] filename = "server.json" search = 'download/v{current_version}' replace = 'download/v{new_version}' [tool.mypy] warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true

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/jkawamoto/mcp-bear'

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