Skip to main content
Glama
lallen30

BluestoneApps MCP Remote Server

by lallen30

Удаленный сервер MCP (версия Node.js)

Это реализация Node.js сервера BluestoneApps Coding Standards and Examples MCP.

Обзор

Этот сервер MCP обеспечивает доступ к стандартам кодирования React Native и примерам кода через Model Context Protocol (MCP). Его можно использовать с клиентами MCP, такими как Windsurf IDE.

Related MCP server: MCP REST API Server

Функции

  • Доступ к стандартам кодирования React Native

  • Примеры кода компонентов, хуков, экранов, служб и тем

  • Нечеткое соответствие для поиска примеров по имени

  • Полная интеграция с протоколом MCP

Установка

  1. Клонировать этот репозиторий

  2. Установить зависимости:

    npm install
  3. Создайте проект:

    npm run build

Использование

Запустите сервер:

npm start

Для использования с клиентами MCP настройте их для подключения к этому серверу.

Инструменты

Сервер предоставляет следующие инструменты:

  • get_project_structure : Получить стандарты структуры проекта

  • get_api_communication : Получить стандарты связи API

  • get_component_design : Получить стандарты проектирования компонентов

  • get_state_management : Получить стандарты государственного управления

  • get_component_example : Получить конкретный пример компонента

  • get_hook_example : Получить конкретный пример хука

  • get_service_example : Получить конкретный пример услуги

  • get_screen_example : Получить конкретный пример экрана

  • get_theme_example : Получить конкретный пример темы

  • list_available_examples : Список всех доступных примеров кода

Настройка с помощью клиентов MCP

Для Windsurf IDE обновите mcp_config.json следующим образом:

{
  "servers": {
    "bluestoneapps": {
      "command": "node",
      "args": ["/path/to/build/index.js"],
      "description": "BluestoneApps Coding Standards and Examples",
      "displayName": "BluestoneApps MCP Server",
      "timeout": 30000
    }
  }
}
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for fetching xkcd comics and resources for dynamic data retrieval, WebSocket echo functionality, and static JSON data testing.
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that wraps the Accela Construct API as a curated, capability-grouped tool set for Accela Civic Platform, safe by default with read-only access.
    1
    Apache 2.0
  • F
    license
    B
    quality
    D
    maintenance
    A minimal Model Context Protocol (MCP) service for integration with external platforms. Provides CRUD operations, reference data fetching, and authentication capabilities.
    7

View all related MCP servers

Related MCP Connectors

  • BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

  • MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol

  • A basic MCP server to operate on the Postman API.

View all MCP Connectors

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/lallen30/mcp-remote-server'

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