Skip to main content
Glama
pyproject.toml1.4 kB
[project] name = "mcp-proto-okn" version = "0.4.0" description = "MCP server for querying FRINK SPARKQL endpoints, a project by the NSF Prototype Open Knowledge Network (Proto-OKN) program." readme = "README.md" requires-python = ">=3.10" license = { text = "BSD-3-Clause" } keywords = ["sparql", "mcp", "proto-okn", "frink", "knowledge graphs"] authors = [ { name = "Peter W Rose", email = "pwrose.ucsd@gmail.com" }, { name = "Eric Zhu", email = "ekzhu@users.noreply.github.com" } ] dependencies = [ "mcp>=1.6.0", "sparqlwrapper>=2.0.0", "certifi>=2024.0.0", ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] [project.optional-dependencies] cli = ["typer>=0.12", "mcp[cli]"] [project.urls] Homepage = "https://github.com/sbl-sdsc/mcp-proto-okn" Repository = "https://github.com/sbl-sdsc/mcp-proto-okn" Issues = "https://github.com/sbl-sdsc/mcp-proto-okn/issues" [project.scripts] mcp-proto-okn = "mcp_proto_okn.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_proto_okn"] [tool.uv] package = true [tool.setuptools.packages.find] where = ["src"]

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/sbl-sdsc/mcp-proto-okn'

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