Skip to main content
Glama

Lodestar MCP Server

by kanlanc

启动项目

uv venv
uv sync
mcp dev server.py

每次修改代码后,都需要重新运行

mcp dev server.py

注意:你应该研究如何进行热重载

查看其他示例 mcp 服务器如何运行及其各自的工具暴露

可能的后续步骤:

  • 我应该将 API 密钥和其他内容公开为资源吗?还是应该将平台 URL 作为资源?
  • 如果用户没有当前用户的 api_key 和 project_id,其中一个工具应该为用户获取新的 api_key 和 project_id,但我需要以某种方式获取正确的用户
  • 看看其他工具是如何做的

编写 mcp 提示,帮助 llms 了解如何编写提示以获得最佳结果

要查看的服务器:

看起来其中大多数都在使用 ts,也许我也应该换个方式

实际上,我不明白为什么 TypeScript 会更好,特别是在我们的用例中,所以坚持使用可读性更好的 Python 可能会更好

潜在贡献

开发人员向 MCP 编写代码时的热重载

-
security - not tested
F
license - not found
-
quality - not tested

这是一个 MCP 服务器,有助于构建与各种 API 和工作流交互的工具,支持基于 Python 的开发,并具有可定制提示和用户配置的潜力。

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
    Last updated -
    2
    39
    Python
    MIT License
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
    Last updated -
    39
    28
    • Apple
  • -
    security
    F
    license
    -
    quality
    A demonstration server showing MCP implementation in Python with resource handling, tool operations, and reusable prompts for a simple user/post system with local database.
    Last updated -
    Python
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A Python-based server that helps users easily install and configure other MCP servers across different platforms.
    Last updated -
    2
    Python
    • Apple
    • Linux

View all related MCP servers

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/kanlanc/lodestar-mcp'

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